Bump version to 0.7.8

This commit is contained in:
Jakub Stasiak 2013-09-17 00:45:27 +01:00
parent 1e7dc49688
commit f82d6a320b
2 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@ copyright = u'2013, Alec Thomas'
# built documents.
#
# The short X.Y version.
version = '0.7.7'
version = '0.7.8'
# The full version, including alpha/beta/rc tags.
release = '0.7.7'
release = version
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -34,7 +34,7 @@ except AttributeError:
pass
__author__ = 'Alec Thomas <alec@swapoff.org>'
__version__ = '0.7.7'
__version__ = '0.7.8'
__version_tag__ = ''
log = logging.getLogger('injector')