From da953810857a82e3be68c3dc01f4ae9dcae335fe Mon Sep 17 00:00:00 2001 From: Ilya Skriblovsky Date: Tue, 26 Mar 2019 13:06:58 +0300 Subject: [PATCH] 19.1.0 --- 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 98ec6237..dffff98d 100644 --- a/docs/source/NEWS.rst +++ b/docs/source/NEWS.rst @@ -1,7 +1,7 @@ Changelog ========= -Release 18.3.0 (UNRELEASED) +Release 19.1.0 (2019-03-26) --------------------------- Features diff --git a/docs/source/conf.py b/docs/source/conf.py index 04cebefa..11736db1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,7 +58,7 @@ # built documents. # # The short X.Y version. -version = '18.2.0' +version = '19.1.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/python-txmongo.spec b/python-txmongo.spec index f71837f7..85a527c9 100644 --- a/python-txmongo.spec +++ b/python-txmongo.spec @@ -1,5 +1,5 @@ Name: python-txmongo -Version: 18.2.0 +Version: 19.1.0 Release: 1%{?dist} Summary: Twisted driver for MongoDB diff --git a/setup.py b/setup.py index 7e2a4d3f..9f5b83af 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="txmongo", - version="18.2.0", + version="19.1.0", description="Asynchronous Python driver for MongoDB ", author="Alexandre Fiori, Bret Curtis", author_email="fiorix@gmail.com, psi29a@gmail.com",