Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Apr 15, 2011
1 parent 7c25be6 commit 98a2c3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

v0.4.1

* Add support for tnetstrings as well as JSON.
* Add WSGI "run_once" variable; thanks logic.


v0.4.0

* A HUGE suite of API refactorings.
Expand Down
2 changes: 1 addition & 1 deletion m2wsgi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@

__ver_major__ = 0
__ver_minor__ = 4
__ver_patch__ = 0
__ver_patch__ = 1
__ver_sub__ = ""
__version__ = "%d.%d.%d%s" % (__ver_major__,__ver_minor__,__ver_patch__,__ver_sub__)

Expand Down

0 comments on commit 98a2c3b

Please sign in to comment.