[release-announce] [oslo] automaton 1.6.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 1 16:40:10 UTC 2016


We are satisfied to announce the release of:

automaton 1.6.0: Friendly state machines for python.

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/automaton

Download the package from:

    https://pypi.python.org/pypi/automaton

Please report issues through launchpad:

    http://bugs.launchpad.net/automaton

For more details, please see below.

Changes in automaton 1.5.0..1.6.0
---------------------------------

3c9251c Updated from global requirements
ec62e62 Fix release notes gate failure
c04b95b Updated from global requirements
70a1558 Add reno for release notes management


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

releasenotes/notes/.placeholder             |   0
releasenotes/source/_static/.placeholder    |   0
releasenotes/source/_templates/.placeholder |   0
releasenotes/source/conf.py                 | 279 ++++++++++++++++++++++++++++
releasenotes/source/index.rst               |   8 +
releasenotes/source/unreleased.rst          |   5 +
requirements.txt                            |   2 +-
test-requirements.txt                       |   3 +-
tox.ini                                     |   3 +
9 files changed, 298 insertions(+), 2 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 4c4d91e..8b2fe4c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 52c8528..5fe7346 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ doc8 # Apache-2.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -15,0 +16 @@ testtools>=1.4.0 # MIT
+reno>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list