version bump

This commit is contained in:
Marco Bonetti 2016-12-11 12:51:25 +01:00
parent 8a35c2e210
commit d89248e53f
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
Version History
===============
Version 0.7.13 (unreleased)
---------------------------
* Search in comments, too (PR #174, thanks @torchingloom)
Version 0.7.12
--------------

View file

@ -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.

View file

@ -1,4 +1,4 @@
VERSION = (0, 7, 12)
VERSION = (0, 7, 13)
def get_version(svn=False, limit=3):