Skip to content

Commit

Permalink
Merge pull request #83 from dimagi/gh/release/1.1.0
Browse files Browse the repository at this point in the history
Bump from 1.0.1 to 1.1.0
  • Loading branch information
gherceg authored Jan 2, 2024
2 parents 6f2af9c + 2af2623 commit 1d81c92
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 @@ -4,5 +4,5 @@
# See the NOTICE for more information.

from __future__ import absolute_import
version_info = (1, 0, 1)
version_info = (1, 1, 0)
__version__ = ".".join([str(vi) for vi in version_info])

0 comments on commit 1d81c92

Please sign in to comment.