automaton 2.1.0 (victoria)
We are tickled pink to announce the release of: automaton 2.1.0: Friendly state machines for python. This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/automaton Download the package from: https://pypi.org/project/automaton Please report issues through: https://bugs.launchpad.net/automaton/+bugs For more details, please see below. Changes in automaton 2.0.1..2.1.0 --------------------------------- dee4179 Stop to use the __future__ module. b4ab301 Small cleanup 5ad6748 Switch to newer openstackdocstheme and reno versions 5333050 Bump default tox env from py37 to py38 76a8bdc Add py38 package metadata a0e8aba Add Python3 victoria unit tests 3c793fa Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- automaton/converters/pydot.py | 2 -- babel.cfg | 2 -- lower-constraints.txt | 5 +---- releasenotes/source/conf.py | 8 +++++++- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 1 + setup.py | 9 --------- test-requirements.txt | 2 +- tox.ini | 2 +- 13 files changed, 26 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2490c01..08ec37c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ testtools>=2.2.0 # MIT -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org