Skip to content

Commit

Permalink
Prepare version 0.11.0 to be released
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Stasiak committed Oct 18, 2016
1 parent fe2ea68 commit 43244f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Injector Change Log
===================

0.11.0 (not released yet)
-------------------------
0.11.0
------

* The following way to declare dependencies is introduced and recommended
now:
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.10.1'
__version__ = '0.11.0'
__version_tag__ = ''

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

0 comments on commit 43244f9

Please sign in to comment.