Skip to content

Commit

Permalink
Merge pull request #515 from niccokunzmann/release
Browse files Browse the repository at this point in the history
version 5.0.5
  • Loading branch information
niccokunzmann committed Apr 13, 2023
2 parents 4bbb44e + 7093988 commit 84ba1f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4'
'5.0.5'
Building the documentation locally
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.4'
__version__ = '5.0.5'

from icalendar.cal import (
Calendar,
Expand Down

0 comments on commit 84ba1f2

Please sign in to comment.