We are pumped to announce the release of: openstackdocstheme 2.0.2: OpenStack Docs Theme The source is available from: https://opendev.org/openstack/openstackdocstheme Download the package from: https://tarballs.openstack.org/openstackdocstheme/ For more details, please see below. Changes in openstackdocstheme 2.0.1..2.0.2 ------------------------------------------ cd956ce Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- bin/docstheme-lang-display-name.py | 4 ++-- openstackdocstheme/ext.py | 4 ++-- openstackdocstheme/page_context.py | 2 +- test-requirements.txt | 2 +- tox.ini | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 30aed8b..dacd5ea 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0