start next iteration

This commit is contained in:
Jan Dittberner
2011-02-11 23:25:18 +01:00
parent 21bbca280a
commit 4e601ff405
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
0.6.2 (XXXX-XX-XX)
---------------------------
0.6.1 (2011-02-11)
---------------------------

View File

@@ -54,9 +54,9 @@ copyright = u'2011, Evan Rosson, Jan Dittberner, Domen Kožar, Chris Withers'
# built documents.
#
# The short X.Y version.
version = '0.6.1'
version = '0.6.2'
# The full version, including alpha/beta/rc tags.
release = '0.6.1'
release = '0.6.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -15,7 +15,7 @@ readme_file = open(os.path.join(os.path.dirname(os.path.abspath(__file__)),
setup(
name = "sqlalchemy-migrate",
version = "0.6.1",
version = "0.6.2",
packages = find_packages(exclude=["migrate.tests*"]),
include_package_data = True,
description = "Database schema migration for SQLAlchemy",