Skip to content

Commit

Permalink
version 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Sep 18, 2023
1 parent 52d5cea commit a102685
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.8 (unreleased)
5.0.8 (2023-09-18)
------------------

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.7'
'5.0.8'
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.7'
__version__ = '5.0.8'

from icalendar.cal import (
Calendar,
Expand Down

0 comments on commit a102685

Please sign in to comment.