Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtm committed Feb 19, 2021
1 parent 0693f86 commit edb5239
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
Release History
---------------

Release 0.5.1 (in development)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release 0.5.1 (2021-02-19)
~~~~~~~~~~~~~~~~~~~~~~~~~~

New Features:

* Paragraphs can now be numbered. rinohtype also allows for referencing them by
number, but docutils/Sphinx doesn't offer the means for this.

Changed:

*
number, but docutils/Sphinx doesn't readily offer the means express that. A
workaround for this will be included in a future release.

Fixed:

Expand All @@ -22,6 +19,9 @@ Fixed:
* Handling of base template specified as string in a template configuration
* Table column widths entries now also accept fractions

Part of the work included in this release was kindly sponsored by `Joby
Aviation <https://www.jobyaviation.com>`_.


Release 0.5.0 (2021-02-03)
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion src/rinoh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


__version__ = importlib_metadata.version('rinohtype')
__release_date__ = 'in development'
__release_date__ = '2021-02-19'


from . import resource
Expand Down

0 comments on commit edb5239

Please sign in to comment.