Merge Release 0.5.2 Changelog into master (#1114)

* Setup: Require docutils<0.17'

Docutils 0.17 changes some rendering of properties, until support is added we should probably pin to use an older version.

I may not be a bad idea to keep a pinned version in the theme to prevent this issue in the future.

* Release 0.5.2

Include a changelog and bump versions

* Fix changelog

Co-authored-by: Aaron Carlisle <carlisle.b3d@gmail.com>
This commit is contained in:
Eric Holscher
2021-04-05 10:14:49 -07:00
committed by GitHub
parent aa28eecc3a
commit ca2719b32f
4 changed files with 14 additions and 3 deletions

View File

@@ -39,6 +39,16 @@ Fixes
* Respect tab order for prev/next buttons (#1051)
* Nav: Don't toggle terminal nodes (#1049)
v0.5.2
======
:Date: April 5, 2021
.. note:: This commit will not be in ``master``, but was branched directly off ``0.5.1`` to minimize issues.
The next full release will contain all PR's previously merged.
* Depend on docutils < 0.17 (#1113)
v0.5.1
======