Skip to content

Commit

Permalink
document doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Oct 12, 2022
1 parent fb51485 commit 7b2e905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ New features:

- icalendar utility outputs a 'Duration' row
- icalendar can take multiple ics files as an input
- source code in documentation is tested using doctest #445 [niccokunzmann]

Bug fixes:

Expand Down
5 changes: 4 additions & 1 deletion docs/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ This explains how to create a new release on PyPI.
You will need write access to the `PyPI project`_.

1. Check that the ``CHANGES.rst`` is up to date with the latest merges and the version you want to release is correctly named.
2. Change the ``__version__`` variable in the ``src/icalendar/__init__.py`` file.
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 ``master`` branch to release this version.

.. code-block:: bash
Expand Down

0 comments on commit 7b2e905

Please sign in to comment.