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 #463 from cloudant/prepare-2.13.0-release
Browse files Browse the repository at this point in the history
Proposed 2.13.0 release
  • Loading branch information
ricellis authored Apr 16, 2020
2 parents 084f575 + 28cc072 commit 72a2a41
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased
# 2.13.0 (2020-04-16)

- [FIXED] Correctly raise exceptions from `create_database` calls.
- [FIXED] Fix `DeprecationWarning` from `collections`.

# 2.12.0 (2019-03-28)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.12.1-SNAPSHOT
2.13.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '2.12.1-SNAPSHOT'
version = '2.13.0'
# The full version, including alpha/beta/rc tags.
release = '2.12.1-SNAPSHOT'
release = '2.13.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.12.1-SNAPSHOT'
__version__ = '2.13.0'

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

0 comments on commit 72a2a41

Please sign in to comment.