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

Commit 3de4724

Browse files
authored
Merge pull request #416 from cloudant/prepare-for-2.10.2-release
Proposed 2.10.2 release
2 parents 79af8ef + c13f42c commit 3de4724

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 2.10.2 (2018-12-19)
22

33
- [FIXED] A performance regression deserializing JSON in version 2.10.1.
44

VERSION

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '2.10.2-SNAPSHOT'
61+
version = '2.10.2'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '2.10.2-SNAPSHOT'
63+
release = '2.10.2'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# 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.10.2-SNAPSHOT'
18+
__version__ = '2.10.2'
1919

2020
# pylint: disable=wrong-import-position
2121
import contextlib

0 commit comments

Comments
 (0)