mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Bumped version to 1.2.1.
This commit is contained in:
parent
b6d5bfa226
commit
41842de12d
2 changed files with 4 additions and 2 deletions
|
|
@ -1,13 +1,15 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
v1.2.1 (2011-09-05)
|
||||
v1.2.1 (2011-09-07)
|
||||
-------------------
|
||||
|
||||
* Fixed a wrong use of the non-lazy localization tools.
|
||||
|
||||
* Fixed bugs in the documentation.
|
||||
|
||||
* Make use of django-appconf and versiontools.
|
||||
|
||||
v1.2 (2011-08-15)
|
||||
-----------------
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ copyright = u'2007-2011, Jannis Leidel and contributors'
|
|||
# The short X.Y version.
|
||||
version = '1.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.2'
|
||||
release = '1.2.1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
Loading…
Reference in a new issue