Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Mar 17, 2024
1 parent fa46e71 commit 72b3885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ Changelog
- v2.1.3 (unreleased)

- Test and support Python 3.12.
- Change SPDX license header.
- Fix RRULE with negative COUNT, see `Issue 128 <https://github.com/niccokunzmann/python-recurring-ical-events/issues/128>`_

- v2.1.2

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
HERE = os.path.abspath(os.path.dirname(__file__))
sys.path.insert(0, HERE) # for package import

__version__ = "2.1.2"
__version__ = "2.1.3"
__author__ = 'Nicco Kunzmann'


Expand Down

0 comments on commit 72b3885

Please sign in to comment.