summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dittberner <jan@dittberner.info>2011-11-01 21:30:51 +0100
committerJan Dittberner <jan@dittberner.info>2011-11-01 21:30:51 +0100
commitbd16556ddb39b065f90907b3b7c30cc348e281d8 (patch)
tree35b5633a9ca5250530ff31b913c1393cf99af4c2
parent0958face627011c1edc2eedaeb95bf9747001a58 (diff)
downloadsqalchemy-migrate-bd16556ddb39b065f90907b3b7c30cc348e281d8.tar.gz
finalize changelog for 0.7.20.7.2
-rw-r--r--docs/changelog.rst2
-rw-r--r--docs/conf.py2
-rw-r--r--migrate/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 538a176..890d976 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,4 +1,4 @@
-0.7.2 (YYYY-MM-DD)
+0.7.2 (2011-11-01)
---------------------------
Changes
diff --git a/docs/conf.py b/docs/conf.py
index 47596af..ffc7c1e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -58,7 +58,7 @@ copyright = u'2011, Evan Rosson, Jan Dittberner, Domen Kožar, Chris Withers'
# The short X.Y version.
version = '0.7.2'
# The full version, including alpha/beta/rc tags.
-release = '0.7.2.dev'
+release = '0.7.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/migrate/__init__.py b/migrate/__init__.py
index 8957fa7..0cfdb72 100644
--- a/migrate/__init__.py
+++ b/migrate/__init__.py
@@ -8,4 +8,4 @@
from migrate.versioning import *
from migrate.changeset import *
-__version__ = '0.7.2.dev'
+__version__ = '0.7.2'