Skip to content

Commit e8c9088

Browse files
committed
Re-open branch for development.
--HG-- branch : 0.6.x
1 parent e6ddec7 commit e8c9088

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[egg_info]
2+
tag_build = dev
3+
tag_svn_revision = true

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def run(self):
110110

111111
setup(
112112
name = 'CouchDB',
113-
version = '0.6.1',
113+
version = '0.6.2',
114114
description = 'Python library for working with CouchDB',
115115
long_description = \
116116
"""This is a Python library for CouchDB. It provides a convenient high level

0 commit comments

Comments
 (0)