start next development iteration
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
0.7.3 (201x-xx-xx)
|
||||
---------------------------
|
||||
|
||||
Changes
|
||||
******************
|
||||
|
||||
-
|
||||
|
||||
Documentation
|
||||
******************
|
||||
|
||||
-
|
||||
|
||||
Features
|
||||
******************
|
||||
|
||||
-
|
||||
|
||||
Fixed Bugs
|
||||
******************
|
||||
|
||||
-
|
||||
|
||||
|
||||
0.7.2 (2011-11-01)
|
||||
---------------------------
|
||||
|
||||
|
@@ -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.
|
||||
|
@@ -8,4 +8,4 @@
|
||||
from migrate.versioning import *
|
||||
from migrate.changeset import *
|
||||
|
||||
__version__ = '0.7.2'
|
||||
__version__ = '0.7.3.dev'
|
||||
|
2
setup.py
2
setup.py
@@ -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",
|
||||
|
Reference in New Issue
Block a user