Skip to content

Commit

Permalink
Merge pull request #576 from niccokunzmann/release
Browse files Browse the repository at this point in the history
version 5.0.11
  • Loading branch information
niccokunzmann committed Nov 3, 2023
2 parents 9ce1fa8 + 23f7065 commit 2d83765
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

5.0.11 (unreleased)
5.0.11 (2023-11-03)
-------------------

Minor changes:
Expand All @@ -10,10 +10,6 @@ Minor changes:
Ref: #561
[vimpostor]

Breaking changes:

- ...

New features:

- Added fuzzing harnesses, for integration to OSSFuzz.
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.10'
'5.0.11'
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.10'
__version__ = '5.0.11'

from icalendar.cal import (
Calendar,
Expand Down

0 comments on commit 2d83765

Please sign in to comment.