Skip to content

Commit

Permalink
Merge branch 'release/2.0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Oct 10, 2012
2 parents b9d4a01 + 04ffba4 commit 79b682e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2012-10-10 klen 2.0.0
2012-10-10 klen 2.0.1

* Refactored RPC support.

Expand Down
2 changes: 1 addition & 1 deletion adrest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (2, 0, 0)
version_info = (2, 0, 1)

__version__ = version = '.'.join(map(str, version_info))
__project__ = PROJECT = __name__
Expand Down

0 comments on commit 79b682e

Please sign in to comment.