Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Nov 26, 2010
1 parent caf15b3 commit f57a75a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion couchdbkit/__init__.py
Expand Up @@ -3,7 +3,7 @@
# This file is part of couchdbkit released under the MIT license.
# See the NOTICE for more information.

version_info = (0, 5, 0)
version_info = (0, 5, 1)
__version__ = ".".join(map(str, version_info))

try:
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
couchdbkit (0.5.1-1) karmic; urgency=low

* new release

-- Benoit Chesneau <benoitc@e-engura.com> Thu, 25 Nov 2010 17:30:00 +0100

couchdbkit (0.5.0-1) karmic; urgency=low

* new release
Expand Down

0 comments on commit f57a75a

Please sign in to comment.