Skip to content

Commit

Permalink
Bump version to 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Jun 7, 2011
1 parent d133154 commit b05bb1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.3.1
- configurable recipients
- better logging hierarchy
- the code is more PEP-8 compliant

0.3.0
- introduced a class-based envelope.views.ContactView (requires Django >= 1.3)
- deprecated the function-based view envelope.views.contact
Expand Down
2 changes: 1 addition & 1 deletion envelope/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 3, 1, 'dev', 0)
__version_info__ = (0, 3, 1, 'final', 0)


def get_version():
Expand Down

0 comments on commit b05bb1e

Please sign in to comment.