Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WooParadog committed Nov 28, 2016
1 parent be7e32a commit 3e1a231
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Archer Changelog

Here you can see the full list of changes between each Archer release.

Version 0.5
-----------

* Allow archer to pass `module_name` to thriftpy #8


Version 0.1
-----------

Expand Down
2 changes: 1 addition & 1 deletion archer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.4'
__version__ = '0.5'

from .app import Archer

Expand Down

0 comments on commit 3e1a231

Please sign in to comment.