Merge pull request #486 from jacadzaca/release-5.0.2

Release 5.0.2
pull/490/head v5.0.2
Nicco Kunzmann 2022-11-04 06:20:24 +00:00 zatwierdzone przez GitHub
commit 4f3aa2eaf0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 23 dodań i 8 usunięć

Wyświetl plik

@ -1,7 +1,26 @@
Changelog
=========
5.0.2 (unreleased)
5.0.3 (unreleased)
------------------
Minor changes:
- ...
Breaking changes:
- ...
New features:
- ...
Bug fixes:
- ...
5.0.2 (2022-11-03)
------------------
Minor changes:
@ -15,10 +34,6 @@ Minor changes:
Fixes: #318
[jacadzaca], [niccokunzmann]
Breaking changes:
- ...
New features:
- source code in documentation is tested using doctest #445 [niccokunzmann]

Wyświetl plik

@ -112,7 +112,7 @@ Try it out:
Type "help", "copyright", "credits" or "license" for more information.
>>> import icalendar
>>> icalendar.__version__
'5.0.1'
'5.0.2'
Building the documentation locally
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -99,7 +99,7 @@ However, only people with ``PyPI environment access for GitHub Actions`` can app
If that happens, notify the issues that were fixed about this release.
9. Copy this to the start of ``CHANGES.rst`` and create a new commit with this on the ``master`` branch::
5.0.1 (unreleased)
5.0.2 (unreleased)
------------------
Minor changes:

Wyświetl plik

@ -1,4 +1,4 @@
__version__ = '5.0.1'
__version__ = '5.0.2'
from icalendar.cal import (
Calendar,