kopia lustrzana https://github.com/collective/icalendar
version 5.0.3
rodzic
b4b30ab92f
commit
34a4b0c269
10
CHANGES.rst
10
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]
|
||||
|
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -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 <https://github.com/collective/icalendar/compare?expand=1>`__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '5.0.2'
|
||||
__version__ = '5.0.3'
|
||||
|
||||
from icalendar.cal import (
|
||||
Calendar,
|
||||
|
|
Ładowanie…
Reference in New Issue