Skip to content

Commit

Permalink
version 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Dec 29, 2022
1 parent cf9c6c8 commit a6ee303
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
13 changes: 3 additions & 10 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
Changelog
=========

5.0.4 (unreleased)
5.0.4 (2022-12-29)
------------------

Minor changes:

- ...

Breaking changes:

- ...

New features:

- ...
- Improved documentation
Ref: #503, #504

Bug fixes:

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

from icalendar.cal import (
Calendar,
Expand Down

0 comments on commit a6ee303

Please sign in to comment.