Skip to content

Commit

Permalink
bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jun 5, 2012
1 parent bd69758 commit 5a5556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchdbkit/version.py
Expand Up @@ -3,5 +3,5 @@
# This file is part of couchdbkit released under the MIT license.
# See the NOTICE for more information.

version_info = (0, 6, 2)
version_info = (0, 7, 0)
__version__ = ".".join(map(str, version_info))

0 comments on commit 5a5556a

Please sign in to comment.