Skip to content

Commit

Permalink
Merge pull request #560 from jacadzaca/release-5.0.10
Browse files Browse the repository at this point in the history
version 5.0.10
  • Loading branch information
jacadzaca committed Sep 26, 2023
2 parents 6b9d794 + 48e2a68 commit ed2c8cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

5.0.10 (unreleased)
5.0.11 (unreleased)
-------------------

Minor changes:
Expand All @@ -18,10 +18,16 @@ New features:

Bug fixes:

- ...

5.0.10 (unreleased)
-------------------

Bug fixes:

- Component._encode stops ignoring parameters argument on native values, now merges them
Fixes: #557
[zocker1999net]
- ...

5.0.9 (2023-09-24)
------------------
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.9'
'5.0.10'
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.9'
__version__ = '5.0.10'

from icalendar.cal import (
Calendar,
Expand Down

0 comments on commit ed2c8cc

Please sign in to comment.