This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# UNRELEASED
22
3+ # 2.14.0 (2020-08-17)
4+
35- [ FIXED] Set default value for ` partitioned ` parameter to false when creating a design document.
46- [ FIXED] Corrected setting of ` partitioned ` flag for ` create_query_index ` requests.
57- [ FIXED] Added a workaround for installation on Python 2.
Original file line number Diff line number Diff line change 1- 2.13.1-SNAPSHOT
1+ 2.14.0
Original file line number Diff line number Diff line change 6060# built documents.
6161#
6262# The short X.Y version.
63- version = '2.13.1-SNAPSHOT '
63+ version = '2.14.0 '
6464# The full version, including alpha/beta/rc tags.
65- release = '2.13.1-SNAPSHOT '
65+ release = '2.14.0 '
6666
6767# The language for content autogenerated by Sphinx. Refer to documentation
6868# for a list of supported languages.
Original file line number Diff line number Diff line change 1515"""
1616Cloudant / CouchDB Python client library API package
1717"""
18- __version__ = '2.13.1-SNAPSHOT '
18+ __version__ = '2.14.0 '
1919
2020# pylint: disable=wrong-import-position
2121import contextlib
You can’t perform that action at this time.
0 commit comments