mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Living in the future
This commit is contained in:
parent
b18f6bf8ad
commit
2beda0697d
3 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
VERSION = (0, 6, 1)
|
||||
VERSION = (0, 6, 2)
|
||||
__version__ = '.'.join(map(str, VERSION))
|
||||
|
|
@ -45,9 +45,9 @@ copyright = u'2009, Jannis Leidel'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.6.1'
|
||||
version = '0.6.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.6.1'
|
||||
release = '0.6.2'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[egg_info]
|
||||
#tag_build = dev
|
||||
tag_build = dev
|
||||
|
||||
[build_sphinx]
|
||||
source-dir = docs/
|
||||
|
|
|
|||
Loading…
Reference in a new issue