Skip to content

Commit

Permalink
Updated the version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t2y committed Mar 4, 2015
1 parent 207cfd8 commit 1ab09fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
ChangeLog
=========

0.6.0 (2015-03-05)
------------------
* added ImplicitEnum

0.5.0 (2015-03-01)
------------------
* first release
2 changes: 1 addition & 1 deletion extenum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .constant_specific import RegisterFactory
from .implicit_enum import ImplicitEnum

__version__ = '0.5.0'
__version__ = '0.6.0'
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@
'Operating System :: Microsoft :: Windows',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',
],
keywords=['enum'],
Expand Down

0 comments on commit 1ab09fb

Please sign in to comment.