Skip to content

Commit

Permalink
version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Sep 30, 2024
1 parent e41c637 commit c4aa815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ Changelog
- 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>`_
- Support modifying all events in the future (RECURRENCE-ID with RANGE=THISANDFUTURE), see `Issue 75 <https://github.com/niccokunzmann/python-recurring-ical-events/issues/75>`_

- v3.3.0

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.0"
__version__ = "3.3.1"
__author__ = "Nicco Kunzmann"


Expand Down

0 comments on commit c4aa815

Please sign in to comment.