start next development iteration

This commit is contained in:
Jan Dittberner
2011-11-01 22:10:37 +01:00
parent aadd728366
commit 08310eec9d
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,27 @@
0.7.3 (201x-xx-xx)
---------------------------
Changes
******************
-
Documentation
******************
-
Features
******************
-
Fixed Bugs
******************
-
0.7.2 (2011-11-01)
---------------------------

View File

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

View File

@@ -8,4 +8,4 @@
from migrate.versioning import *
from migrate.changeset import *
__version__ = '0.7.2'
__version__ = '0.7.3.dev'

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.7.2",
version = "0.7.3",
packages = find_packages(exclude=["migrate.tests*"]),
include_package_data = True,
description = "Database schema migration for SQLAlchemy",