Skip to content

Commit

Permalink
version 5.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jun 20, 2024
1 parent e7ec88d commit 39b0494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

5.0.13 (unreleased)
5.0.13 (2024-06-20)
-------------------

Minor changes:
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Try it out:
Type "help", "copyright", "credits" or "license" for more information.
>>> import icalendar
>>> icalendar.__version__
'5.0.12'
'5.0.13'
Building the documentation
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/icalendar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '5.0.12'
__version__ = '5.0.13'

from icalendar.cal import (
Calendar,
Expand Down

0 comments on commit 39b0494

Please sign in to comment.