We are overjoyed to announce the release of: automaton 1.11.0: Friendly state machines for python. This release is part of the pike 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.10.0..1.11.0 ----------------------------------- 6c5dbfc switch from oslosphinx to openstackdocstheme 9de339e rearrange existing documentation according to the new standard layout 7ad9100 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 4 +- test-requirements.txt | 4 +- 17 files changed, 579 insertions(+), 571 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d5edfbd..b04212a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +10,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.6.1,>=1.5.1 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.11.0 # Apache-2.0