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

Commit

Permalink
Merge pull request #479 from cloudant/prepare-2.14.0-release
Browse files Browse the repository at this point in the history
Prepare 2.14.0 release
  • Loading branch information
bessbd authored Aug 18, 2020
2 parents 4e2c377 + 3f4ae5d commit 42115fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UNRELEASED
# 2.14.0 (2020-08-17)

- [FIXED] Set default value for `partitioned` parameter to false when creating a design document.
- [FIXED] Corrected setting of `partitioned` flag for `create_query_index` requests.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.13.1-SNAPSHOT
2.14.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '2.13.1-SNAPSHOT'
version = '2.14.0'
# The full version, including alpha/beta/rc tags.
release = '2.13.1-SNAPSHOT'
release = '2.14.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/cloudant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""
Cloudant / CouchDB Python client library API package
"""
__version__ = '2.13.1-SNAPSHOT'
__version__ = '2.14.0'

# pylint: disable=wrong-import-position
import contextlib
Expand Down

0 comments on commit 42115fa

Please sign in to comment.