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
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 2.10.0 (2018-09-19)
22
33- [ NEW] Add custom JSON encoder/decoder option to ` Document ` constructor.
44- [ NEW] Add new view parameters, ` stable ` and ` update ` , as keyword arguments to ` get_view_result ` .
55- [ NEW] Allow arbitrary query parameters to be passed to custom changes filters.
66- [ FIXED] Case where an exception was raised after successful retry when using ` doc.update_field ` .
7- - [ FIXED] Removed unnecessary request when retrieving a Result collection that is less than the ' page_size' value
7+ - [ FIXED] Removed unnecessary request when retrieving a Result collection that is less than the ` page_size ` value.
88
99# 2.9.0 (2018-06-13)
1010
Original file line number Diff line number Diff line change 1- 2.9.1-SNAPSHOT
1+ 2.10.0
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '2.9.1-SNAPSHOT '
61+ version = '2.10.0 '
6262# The full version, including alpha/beta/rc tags.
63- release = '2.9.1-SNAPSHOT '
63+ release = '2.10.0 '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# 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.9.1-SNAPSHOT '
18+ __version__ = '2.10.0 '
1919
2020# pylint: disable=wrong-import-position
2121import contextlib
You can’t perform that action at this time.
0 commit comments