Skip to content

Commit

Permalink
Merge pull request #558 from niccokunzmann/release
Browse files Browse the repository at this point in the history
version 5.0.9
  • Loading branch information
niccokunzmann committed Sep 24, 2023
2 parents 5ab1846 + 98fe960 commit 1623e63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
22 changes: 1 addition & 21 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
Changelog
=========

5.0.9 (unreleased)
5.0.9 (2023-09-24)
------------------

Minor changes:

- ...

Breaking changes:

- ...

New features:

- ...

Bug fixes:

- PERIOD values now set the timezone of their start and end. #556
Expand All @@ -33,14 +21,6 @@ Minor changes:
- Updated about.rst for issue #527
- Avoid ``vText.__repr__`` BytesWarning.

Breaking changes:

- ...

New features:

- ...

Bug fixes:

- Calendar components are now properly compared
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.8'
'5.0.9'
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.8'
__version__ = '5.0.9'

from icalendar.cal import (
Calendar,
Expand Down

0 comments on commit 1623e63

Please sign in to comment.