[release-announce] reno 2.11.3

no-reply at openstack.org no-reply at openstack.org
Thu Apr 4 04:06:19 UTC 2019


We exuberantly announce the release of:

reno 2.11.3: RElease NOtes manager

The source is available from:

    https://git.openstack.org/cgit/openstack/reno

Download the package from:

    https://pypi.org/project/reno

For more details, please see below.

Changes in reno 2.11.2..2.11.3
------------------------------

cba8022 add python 3.7 unit test job
6fc9679 Change openstack-dev to openstack-discuss
993db2a Add cover job
1701ae8 Add python 3.6 unit test job
9d0a47c Update the min version of tox to 2.0
29d6675 Switch to use stestr for unit test
eee5fb4 Update sphinx extension logging


Diffstat (except docs and test files)
-------------------------------------

.gitignore                     |  2 +-
.stestr.conf                   |  3 +++
.testr.conf                    |  7 -------
.zuul.yaml                     |  3 +++
lower-constraints.txt          |  5 +++--
reno/_exts/show_reno_config.py | 11 +++++------
setup.cfg                      |  2 +-
test-requirements.txt          |  4 ++--
tox.ini                        | 16 +++++++++++-----
9 files changed, 29 insertions(+), 24 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 203542f..0acdf9f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ mock>=1.2
-coverage>=3.6
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -12 +12 @@ openstackdocstheme>=1.11.0 # Apache-2.0
-testrepository>=0.0.18
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list