Skip to content

Commit

Permalink
Merge pull request #185 from niccokunzmann/update
Browse files Browse the repository at this point in the history
Update x-wr-timezone
  • Loading branch information
niccokunzmann authored Sep 30, 2024
2 parents c4aa815 + cb0f4f5 commit 6e87e8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,10 @@ To release new versions,
Changelog
---------

- v3.3.2

- Update x-wr-timezone

- v3.3.1

- Support RDATE with PERIOD value type where the end is a duration, see `PR 180 <https://github.com/niccokunzmann/python-recurring-ical-events/pull/180>`_
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

icalendar >= 5.0.0, < 7.0.0
python-dateutil >= 2.8.1, < 3.0.0
x-wr-timezone == 0.*
x-wr-timezone == 1.*; python_version >= "3.9"
x-wr-timezone == 0.*; python_version <= "3.8"
backports.zoneinfo; python_version == "3.7" or python_version == "3.8"
tzdata; python_version >= "3.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
HERE = os.path.abspath(os.path.dirname(__file__))
sys.path.insert(0, HERE) # for package import

__version__ = "3.3.1"
__version__ = "3.3.2"
__author__ = "Nicco Kunzmann"


Expand Down

0 comments on commit 6e87e8f

Please sign in to comment.