diff --git a/CHANGES.rst b/CHANGES.rst index d0682ba..793b4ee 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,17 +1,9 @@ Changelog ========= -5.0.3 (unreleased) +5.0.3 (2022-11-03) ------------------ -Minor changes: - -- ... - -Breaking changes: - -- ... - New features: - vDDDTypes is hashable #487 #492 [niccokunzmann] diff --git a/docs/install.rst b/docs/install.rst index f7cfbbf..672bc6f 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -112,7 +112,7 @@ Try it out: Type "help", "copyright", "credits" or "license" for more information. >>> import icalendar >>> icalendar.__version__ - '5.0.2' + '5.0.3' Building the documentation locally ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/maintenance.rst b/docs/maintenance.rst index e9373f4..1540c09 100644 --- a/docs/maintenance.rst +++ b/docs/maintenance.rst @@ -60,15 +60,15 @@ However, only people with ``PyPI environment access for GitHub Actions`` can app 2. Change the ``__version__`` variable in - the ``src/icalendar/__init__.py`` file and - - in the ``docs/usage.rst`` file (look for ``icalendar.__version__``) -3. Create a commit on the ``release-5.0.0`` branch (or equivalent) to release this version. + - in the ``docs/install.rst`` file (look for ``icalendar.__version__``) +3. Create a commit on the ``release`` branch (or equivalent) to release this version. .. code-block:: bash git checkout master git pull git checkout -b release master - git add CHANGES.rst src/icalendar/__init__.py + git add CHANGES.rst src/icalendar/__init__.py docs/install.rst git commit -m"version 5.0.0" 4. Push the commit and `create a pull request `__ diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index ef1bf12..e8cce03 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.2' +__version__ = '5.0.3' from icalendar.cal import ( Calendar,