From 65fcb81fadecdb27e3127b9ab2d9c9cf38cc92ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bessenyei=20Bal=C3=A1zs=20Don=C3=A1t?= Date: Tue, 14 Apr 2020 14:03:39 +0200 Subject: [PATCH 1/2] Updated CHANGES.md for 2.13.0 release --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3ba7cc7f..0a09653b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) From 28cc072bc261b48716dcee1f091944258aecdf89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bessenyei=20Bal=C3=A1zs=20Don=C3=A1t?= Date: Tue, 14 Apr 2020 14:04:02 +0200 Subject: [PATCH 2/2] Updated version to 2.13.0 --- VERSION | 2 +- docs/conf.py | 4 ++-- src/cloudant/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 91d3a8d4..fb2c0766 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.12.1-SNAPSHOT +2.13.0 diff --git a/docs/conf.py b/docs/conf.py index 764be732..beb4f08b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/src/cloudant/__init__.py b/src/cloudant/__init__.py index 677df2ed..0b8abc5f 100644 --- a/src/cloudant/__init__.py +++ b/src/cloudant/__init__.py @@ -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