From c13f42c61759f0c685338e8eb82d83116c292e82 Mon Sep 17 00:00:00 2001 From: Sam Smith Date: Tue, 18 Dec 2018 14:58:27 +0000 Subject: [PATCH] Updated version to 2.10.2 --- CHANGES.md | 2 +- VERSION | 2 +- docs/conf.py | 4 ++-- src/cloudant/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6d8e112f..2fc99a7f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# Unreleased +# 2.10.2 (2018-12-19) - [FIXED] A performance regression deserializing JSON in version 2.10.1. diff --git a/VERSION b/VERSION index 4e9cca7c..c6436a85 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.2-SNAPSHOT +2.10.2 diff --git a/docs/conf.py b/docs/conf.py index 562082d6..7490396b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '2.10.2-SNAPSHOT' +version = '2.10.2' # The full version, including alpha/beta/rc tags. -release = '2.10.2-SNAPSHOT' +release = '2.10.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/cloudant/__init__.py b/src/cloudant/__init__.py index 74f57225..ef439a24 100644 --- a/src/cloudant/__init__.py +++ b/src/cloudant/__init__.py @@ -15,7 +15,7 @@ """ Cloudant / CouchDB Python client library API package """ -__version__ = '2.10.2-SNAPSHOT' +__version__ = '2.10.2' # pylint: disable=wrong-import-position import contextlib