Skip to content

Commit

Permalink
Merge pull request #505 from niccokunzmann/release
Browse files Browse the repository at this point in the history
version 5.0.4
  • Loading branch information
niccokunzmann committed Dec 29, 2022
2 parents cf9c6c8 + a6ee303 commit c461459
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
13 changes: 3 additions & 10 deletions CHANGES.rst
@@ -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
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
@@ -1,4 +1,4 @@
__version__ = '5.0.3'
__version__ = '5.0.4'

from icalendar.cal import (
Calendar,
Expand Down

0 comments on commit c461459

Please sign in to comment.