Skip to content

Commit

Permalink
Prepare 0.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Stasiak committed Oct 18, 2016
1 parent c186b87 commit 27a26e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Injector Change Log
===================

0.11.1
------

- 0.11.0 packages uploaded to PyPI are broken (can't be installed), this is
a fix-only release.

0.11.0
------

Expand Down
2 changes: 1 addition & 1 deletion injector.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def emit(self, record):
pass

__author__ = 'Alec Thomas <alec@swapoff.org>'
__version__ = '0.11.0'
__version__ = '0.11.1'
__version_tag__ = ''

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

0 comments on commit 27a26e2

Please sign in to comment.