parent
8ef9085a04
commit
b173318b8c
|
|
@ -1,8 +1,8 @@
|
||||||
Changelog
|
Changelog
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Version 0.6.1 (in git)
|
Version 0.6.1 (2014-12-30)
|
||||||
----------------------
|
--------------------------
|
||||||
|
|
||||||
* Remove Django 1.7 warnings
|
* Remove Django 1.7 warnings
|
||||||
* Fix Django 1.4/1.5 queryset calls on related objects for unknown methods.
|
* Fix Django 1.4/1.5 queryset calls on related objects for unknown methods.
|
||||||
|
|
|
||||||
|
|
@ -54,9 +54,9 @@ copyright = u'2013, Bert Constantin, Chris Glass, Diederik van der Boor'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.6'
|
version = '0.6.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.6'
|
release = '0.6.1'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue