Skip to content

Commit

Permalink
Bump to version 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
emord committed Feb 14, 2019
1 parent d32e9ca commit f844cc2
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 = (0, 9, 15)
version_info = (0, 9, 16)
__version__ = ".".join([str(vi) for vi in version_info])

0 comments on commit f844cc2

Please sign in to comment.