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 #406 from cloudant/prepare-2.10.0-release
Browse files Browse the repository at this point in the history
Prepare for version 2.10.0 release
  • Loading branch information
smithsz authored Sep 20, 2018
2 parents 3b1ff13 + c28a4b5 commit 5b2d15d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Unreleased
# 2.10.0 (2018-09-19)

- [NEW] Add custom JSON encoder/decoder option to `Document` constructor.
- [NEW] Add new view parameters, `stable` and `update`, as keyword arguments to `get_view_result`.
- [NEW] Allow arbitrary query parameters to be passed to custom changes filters.
- [FIXED] Case where an exception was raised after successful retry when using `doc.update_field`.
- [FIXED] Removed unnecessary request when retrieving a Result collection that is less than the 'page_size' value
- [FIXED] Removed unnecessary request when retrieving a Result collection that is less than the `page_size` value.

# 2.9.0 (2018-06-13)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.1-SNAPSHOT
2.10.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '2.9.1-SNAPSHOT'
version = '2.10.0'
# The full version, including alpha/beta/rc tags.
release = '2.9.1-SNAPSHOT'
release = '2.10.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.9.1-SNAPSHOT'
__version__ = '2.10.0'

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

0 comments on commit 5b2d15d

Please sign in to comment.