Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 296cf81

Browse files
Bessenyei Balázs DonátBessenyei Balázs Donát
authored andcommitted
Prepare 2.14.0 release
1 parent 4e2c377 commit 296cf81

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.13.1-SNAPSHOT
1+
2.14.0

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
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.

src/cloudant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""
1616
Cloudant / 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
2121
import contextlib

0 commit comments

Comments
 (0)