Open v1.3 dev

This commit is contained in:
medmunds
2014-09-29 17:14:04 -07:00
parent 6e6a6aad56
commit 52430216fc
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (1, 2, 0, 'dev1') # Remove the 'dev1' component in release branches VERSION = (1, 3, 0, 'dev1') # Remove the 'dev1' component in release branches
__version__ = '.'.join([str(x) for x in VERSION]) __version__ = '.'.join([str(x) for x in VERSION])
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version" __minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"

View File

@@ -1,6 +1,9 @@
Release Notes Release Notes
============= =============
Version 1.3 (development):
Version 1.2: Version 1.2:
* Support Django 1.7; add testing on Python 3.3, 3.4, and PyPy * Support Django 1.7; add testing on Python 3.3, 3.4, and PyPy