Skip to content

Commit

Permalink
Merge pull request #470 from jacadzaca/release-5.0.1
Browse files Browse the repository at this point in the history
Release 5.0.1
  • Loading branch information
niccokunzmann committed Oct 22, 2022
2 parents 410616c + 4c31e8a commit f733db1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Changelog
=========

5.0.1 (unreleased)
5.0.2 (unreleased)
------------------

Minor changes:

- fixed setuptools deprecation warnings [mgorny]
- ...

Breaking changes:

Expand All @@ -18,6 +18,17 @@ New features:

Bug fixes:

- ...

5.0.1 (2022-10-22)
------------------

Minor changes:

- fixed setuptools deprecation warnings [mgorny]

Bug fixes:

- a well-known timezone timezone prefixed with a `/` is treated as if the slash wasn't present
Ref: #467
Fixes: #466
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.0'
__version__ = '5.0.1'

from icalendar.cal import (
Calendar,
Expand Down

0 comments on commit f733db1

Please sign in to comment.