mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Bumped version up a bit.
This commit is contained in:
parent
7449de7483
commit
88f6c54c83
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (1, 1, 0, "f", 0) # following PEP 386
|
||||
VERSION = (1, 1, 1, "f", 0) # following PEP 386
|
||||
DEV_N = None
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ copyright = u'2007-2011, Jannis Leidel'
|
|||
# The short X.Y version.
|
||||
version = '1.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.1'
|
||||
release = '1.1.1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
Loading…
Reference in a new issue