From a4da3fb2903f4da670469f211a4a09d5d7f4969b Mon Sep 17 00:00:00 2001 From: Ilya Skriblovsky Date: Mon, 16 Sep 2019 19:36:17 +0300 Subject: [PATCH] 19.2.0 release --- docs/source/NEWS.rst | 2 +- docs/source/conf.py | 2 +- python-txmongo.spec | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/NEWS.rst b/docs/source/NEWS.rst index 6c3f3cf..2ad440b 100644 --- a/docs/source/NEWS.rst +++ b/docs/source/NEWS.rst @@ -1,7 +1,7 @@ Changelog ========= -Release 19.2.0 (UNRELEASED) +Release 19.2.0 (2019-09-16) --------------------------- Bugfixes diff --git a/docs/source/conf.py b/docs/source/conf.py index 11736db..7c8a265 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,7 +58,7 @@ # built documents. # # The short X.Y version. -version = '19.1.0' +version = '19.2.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/python-txmongo.spec b/python-txmongo.spec index 85a527c..eab7e16 100644 --- a/python-txmongo.spec +++ b/python-txmongo.spec @@ -1,5 +1,5 @@ Name: python-txmongo -Version: 19.1.0 +Version: 19.2.0 Release: 1%{?dist} Summary: Twisted driver for MongoDB diff --git a/setup.py b/setup.py index 9f5b83a..380920c 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="txmongo", - version="19.1.0", + version="19.2.0", description="Asynchronous Python driver for MongoDB ", author="Alexandre Fiori, Bret Curtis", author_email="fiorix@gmail.com, psi29a@gmail.com",