mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-11 06:43:11 +00:00
version bump
This commit is contained in:
parent
d1930b75a0
commit
d6fe378676
2 changed files with 3 additions and 3 deletions
|
|
@ -55,9 +55,9 @@ author = u'Marco Bonetti'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.7.13'
|
||||
version = '0.7.14'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.7.13'
|
||||
release = '0.7.14'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (0, 7, 13)
|
||||
VERSION = (0, 7, 14)
|
||||
default_app_config = "rosetta.apps.RosettaAppConfig"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue