Skip to content

Commit c00a958

Browse files
committed
Release 0.5.4
Also: some tweaks in README and DEVELOPING
1 parent 95ca26c commit c00a958

4 files changed

Lines changed: 15 additions & 10 deletions

File tree

CHANGES.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Release History
22
---------------
33

4-
Release 0.5.4 (in development)
5-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4+
Release 0.5.4 (2022-06-17)
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~
66

7-
A `discussion board`_ has been set up where you can connect with other rinohtype
8-
users and the developers!
7+
A `discussion board`_ has been set up where you can connect with other
8+
rinohtype users and the developers!
99

1010
.. _discussion board: https://github.com/brechtm/rinohtype/discussions
1111

@@ -90,6 +90,9 @@ Fixed:
9090
and importlib_metadata 3.6)
9191
* Handle deprecation of distutils in Python 3.10 (use the packaging package)
9292

93+
Part of the work included in this release was kindly sponsored by `Lekis
94+
<https://www.lekis.cz/>`_ and `Railnova <https://www.railnova.eu/>`_.
95+
9396

9497
Release 0.5.3 (2021-06-16)
9598
~~~~~~~~~~~~~~~~~~~~~~~~~~

DEVELOPING.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,9 @@ Pages is handled by the GitHub Actions workflow.
189189
6. Set the release date.
190190

191191
* set ``__release_date__`` in *src/rinoh/__init__.py* (``YYYY-MM-DD``)
192-
* add release date to this release's section (see other sections for
193-
examples)
192+
* add release date to this release's section in the CHANGELOG (see other
193+
sections for examples)
194+
* commit these changes as *Release x.y.z*
194195

195196
7. Create a git tag: ``git tag v$(poetry version --short)``
196197

@@ -210,11 +211,12 @@ Pages is handled by the GitHub Actions workflow.
210211

211212
* Copy the release notes from the change log
212213

213-
11. Bump version number and reset the release date to "upcoming".
214+
11. Bump version number and reset the release date to "in development".
214215

215216
* ``poetry version patch # or 'minor'``
216217
* add new section at the top of the changelog
217-
* set ``__release_date__`` in *src/rinoh/__init__.py* to ``'upcoming'``
218+
* set ``__release_date__`` in *src/rinoh/__init__.py* to
219+
``'in development'``
218220

219221

220222
.. _PyPI: https://pypi.org/

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ end-of-life_ status. For parsing reStructuredText and CommonMark documents,
110110
rinohtype depends on docutils_ and recommonmark_ respectively. pip_ takes care
111111
of installing these requirements when you install rinohtype.
112112

113-
Syntax highlighting of code blocks is eneabled if Pygments_ is installed, which
113+
Syntax highlighting of code blocks is enabled if Pygments_ is installed, which
114114
will be installed automatically with Sphinx_. If you want to include images
115115
other than PDF, PNG or JPEG, you also need to install Pillow_.
116116

src/rinoh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
__version__ = importlib_metadata.version('rinohtype')
38-
__release_date__ = 'in development'
38+
__release_date__ = '2022-06-17'
3939

4040

4141
from . import resource

0 commit comments

Comments
 (0)