Update version numbers for 0.5 release
parent
6ea15d87d6
commit
fed810b336
|
|
@ -1,8 +1,8 @@
|
|||
Changelog
|
||||
==========
|
||||
|
||||
Version 0.5 (dev)
|
||||
--------------------------
|
||||
Version 0.5 (2013-04-20)
|
||||
------------------------
|
||||
|
||||
* Add Python 3.2 and 3.3 support
|
||||
* Fix errors with ContentType objects that don't refer to an existing model.
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ copyright = u'2013, Bert Constantin, Chris Glass, Diederik van der Boor'
|
|||
# The short X.Y version.
|
||||
version = '0.5'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.5a1'
|
||||
release = '0.5'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ Release logic:
|
|||
6. git commit
|
||||
7. push to github
|
||||
"""
|
||||
__version__ = "0.5a1"
|
||||
__version__ = "0.5"
|
||||
|
|
|
|||
Loading…
Reference in New Issue