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 #416 from cloudant/prepare-for-2.10.2-release
Browse files Browse the repository at this point in the history
Proposed 2.10.2 release
  • Loading branch information
smithsz authored Dec 19, 2018
2 parents 79af8ef + c13f42c commit 3de4724
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.10.2 (2018-12-19)

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.2-SNAPSHOT
2.10.2
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.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.
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.10.2-SNAPSHOT'
__version__ = '2.10.2'

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

0 comments on commit 3de4724

Please sign in to comment.