Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brandjon committed May 15, 2016
1 parent 60a7f99 commit c3b36f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release notes

## 0.2.2 (unreleased)
## 0.2.2 (2016-05-15)

- fields with default values are properly passed to __new__()/__init__()
- added support for coercion of tuples for Struct-typed fields
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'SimpleStruct',
version = '0.2.2-dev',
version = '0.2.2',
url = '/~https://github.com/brandjon/simplestruct',

author = 'Jon Brandvein',
Expand Down
2 changes: 1 addition & 1 deletion simplestruct/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
checking, mutability, and inheritance.
"""

__version__ = '0.2.2-dev'
__version__ = '0.2.2'

from .struct import *
from .fields import *

0 comments on commit c3b36f2

Please sign in to comment.