summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-03-04 16:43:10 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2017-03-04 16:43:10 -0500
commit5191bc1e65cd2e686f37c0e579a394b4c2b2c54a (patch)
treed00d61bb996421533978eab349e8e8702995ea1c
parent543783bca5cd39e3e1fe99bf7aeef6ca4b423edd (diff)
downloadalembic-5191bc1e65cd2e686f37c0e579a394b4c2b2c54a.tar.gz
- 0.9.2 setup
Change-Id: I4459aeef0028c89ac1c30e79cbceefe3b0c27f64
-rw-r--r--alembic/__init__.py2
-rw-r--r--docs/build/changelog.rst4
2 files changed, 5 insertions, 1 deletions
diff --git a/alembic/__init__.py b/alembic/__init__.py
index 16b312c..4b3f93d 100644
--- a/alembic/__init__.py
+++ b/alembic/__init__.py
@@ -1,6 +1,6 @@
from os import path
-__version__ = '0.9.1'
+__version__ = '0.9.2'
package_dir = path.abspath(path.dirname(__file__))
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 6404458..8551360 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -4,6 +4,10 @@ Changelog
==========
.. changelog::
+ :version: 0.9.2
+ :released:
+
+.. changelog::
:version: 0.9.1
:released: March 1, 2017