mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Bumped to 0.7.4.
This commit is contained in:
parent
b91c23e15e
commit
b0e64ffd4c
3 changed files with 8 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
__version__ = "0.7.3"
|
||||
__version__ = "0.7.4"
|
||||
|
|
|
|||
|
|
@ -45,9 +45,9 @@ copyright = u'2010, Jannis Leidel'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.7.3'
|
||||
version = '0.7.4'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.7.3'
|
||||
release = '0.7.4'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -295,6 +295,11 @@ Admin actions
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.7.4 (09-23-10)
|
||||
----------------
|
||||
|
||||
* Fixed tests.
|
||||
|
||||
0.7.3 (09-21-10)
|
||||
----------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue