Skip to content

Commit

Permalink
version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jul 9, 2024
1 parent 31b3598 commit afbf6a6
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 @@ -326,6 +326,10 @@ To release new versions,
Changelog
---------

- v2.2.3

- Fix: Edits of whole event are now considering RDATE and EXDATE, see `Issue 148 <https://github.com/niccokunzmann/python-recurring-ical-events/issues/148>`_

- v2.2.2

- Test support for ``icalendar==6.*``
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__ = "2.2.2"
__version__ = "2.2.3"
__author__ = "Nicco Kunzmann"


Expand Down

0 comments on commit afbf6a6

Please sign in to comment.