Skip to content

Commit

Permalink
bump version to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Jan 29, 2012
1 parent 90fdd5a commit 6eca8c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

v0.5.1

* Compatability with latest eventlet and gevent releases.

v0.5.0

* Compatability update; m2wsgi now requires Mongrel2 v1.6 or later.
Expand Down
2 changes: 1 addition & 1 deletion m2wsgi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@

__ver_major__ = 0
__ver_minor__ = 5
__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 6eca8c8

Please sign in to comment.