Skip to content

Commit

Permalink
version 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Oct 21, 2024
1 parent 10d8e9f commit 61546e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.3

- Fix: Events with DTSTART of type date have a duration of one day, see `Issue 179 <https://github.com/niccokunzmann/python-recurring-ical-events/issues/179>`_

- v3.3.2

- Update x-wr-timezone
Expand Down
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.2"
__version__ = "3.3.3"
__author__ = "Nicco Kunzmann"


Expand Down

0 comments on commit 61546e4

Please sign in to comment.