Skip to content

Commit

Permalink
Bump version to 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Sep 16, 2013
1 parent 1e7dc49 commit f82d6a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion injector.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def emit(self, record):
pass

__author__ = 'Alec Thomas <alec@swapoff.org>'
__version__ = '0.7.7'
__version__ = '0.7.8'
__version_tag__ = ''

log = logging.getLogger('injector')
Expand Down

0 comments on commit f82d6a3

Please sign in to comment.