Skip to content

Commit

Permalink
bump to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Aug 30, 2013
1 parent 06ea814 commit 199e315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchdbkit/version.py
Original file line number Diff line number Diff line change
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, 4)
version_info = (0, 6, 5)
__version__ = ".".join(map(str, version_info))

0 comments on commit 199e315

Please sign in to comment.