Skip to content

Commit

Permalink
Release black-magic 0.0.11
Browse files Browse the repository at this point in the history
- add support for python 3.5
  • Loading branch information
coldfix committed Dec 25, 2015
1 parent 96435f9 commit d1b9b5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
~~~~~~~~~

0.0.11
------
Date: 25.12.2015

- add support for python 3.5

0.0.10
------

Expand Down
2 changes: 1 addition & 1 deletion black_magic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import unicode_literals

__title__ = 'black-magic'
__version__ = '0.0.10'
__version__ = '0.0.11'

__summary__ = 'Decorator utility that operates on black magic'
__uri__ = 'https://github.com/coldfix/black-magic'
Expand Down

0 comments on commit d1b9b5e

Please sign in to comment.