mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-04-22 05:54:44 +00:00
version bump
This commit is contained in:
parent
8a35c2e210
commit
d89248e53f
3 changed files with 7 additions and 3 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,5 +1,9 @@
|
|||
Version History
|
||||
===============
|
||||
Version 0.7.13 (unreleased)
|
||||
---------------------------
|
||||
* Search in comments, too (PR #174, thanks @torchingloom)
|
||||
|
||||
|
||||
Version 0.7.12
|
||||
--------------
|
||||
|
|
|
|||
|
|
@ -55,9 +55,9 @@ author = u'Marco Bonetti'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.7.12'
|
||||
version = '0.7.13'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.7.12'
|
||||
release = '0.7.13'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (0, 7, 12)
|
||||
VERSION = (0, 7, 13)
|
||||
|
||||
|
||||
def get_version(svn=False, limit=3):
|
||||
|
|
|
|||
Loading…
Reference in a new issue