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 #422 from cloudant/prepare-for-2.11.0-release
Browse files Browse the repository at this point in the history
Prepare version 2.11.0 release
  • Loading branch information
smithsz authored Jan 21, 2019
2 parents 068aadb + e3baf47 commit 0a7f9f6
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.11.0 (2019-01-21)

- [NEW] Added option for client to authenticate with IAM token server.
- [FIXED] Updated the default IAM token server URL.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.3-SNAPSHOT
2.11.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.10.3-SNAPSHOT'
version = '2.11.0'
# The full version, including alpha/beta/rc tags.
release = '2.10.3-SNAPSHOT'
release = '2.11.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.10.3-SNAPSHOT'
__version__ = '2.11.0'

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

0 comments on commit 0a7f9f6

Please sign in to comment.