Skip to content

Commit

Permalink
Update CHANGELOG and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert MacCloy committed Nov 5, 2013
1 parent 8a3fb97 commit 490362e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.0.2 (2013-11-05)
------------------
- Suppress warnings from mismatched type comparisons when generated
in RichEnum.lookup.

1.0.1 (2013-09-20)
------------------
- Raise warnings when comparing enum values to other types, but not
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='richenum',
version='1.0.1',
version='1.0.2',
description='Enum library for python.',
long_description=(
open('README.rst').read() + '\n\n' +
Expand Down

0 comments on commit 490362e

Please sign in to comment.