diff --git a/python-automaton.spec b/python-automaton.spec index 739dcc4..824d262 100644 --- a/python-automaton.spec +++ b/python-automaton.spec @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 1.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Friendly state machines for python License: ASL 2.0 @@ -97,6 +97,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %license LICENSE %changelog +* Tue Jun 19 2018 Miro HronĨok - 1.14.0-2 +- Rebuilt for Python 3.7 + * Thu May 17 2018 Matthias Runge - 1.14.0-1 - sync with OpenStack release Queens