Bump version to 0.7.8
This commit is contained in:
parent
1e7dc49688
commit
f82d6a320b
|
@ -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.
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue