Skip to content

Commit

Permalink
Merge pull request #632 from niccokunzmann/release
Browse files Browse the repository at this point in the history
version 5.0.13
  • Loading branch information
niccokunzmann committed Jun 20, 2024
2 parents e7ec88d + 39b0494 commit f97722e
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 f97722e

Please sign in to comment.