From 7b84e5f6117d573e7c5a42936adb337317ab2453 Mon Sep 17 00:00:00 2001 From: Ilya Skriblovsky Date: Thu, 19 Jul 2018 08:40:13 +0300 Subject: [PATCH] 18.2.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 e078b857..d24c52d1 100644 --- a/docs/source/NEWS.rst +++ b/docs/source/NEWS.rst @@ -2,7 +2,7 @@ Changelog ========= -Release 18.2.0 (UNRELEASED) +Release 18.2.0 (2018-07-19) --------------------------- Bugfixes diff --git a/docs/source/conf.py b/docs/source/conf.py index 2586666d..04cebefa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,7 +58,7 @@ # built documents. # # The short X.Y version. -version = '18.1.0' +version = '18.2.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/python-txmongo.spec b/python-txmongo.spec index 5f8830cd..f71837f7 100644 --- a/python-txmongo.spec +++ b/python-txmongo.spec @@ -1,5 +1,5 @@ Name: python-txmongo -Version: 18.1.0 +Version: 18.2.0 Release: 1%{?dist} Summary: Twisted driver for MongoDB diff --git a/setup.py b/setup.py index fbcce4ff..bc297dba 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="txmongo", - version="18.1.0", + version="18.2.0", description="Asynchronous Python driver for MongoDB ", author="Alexandre Fiori, Bret Curtis", author_email="fiorix@gmail.com, psi29a@gmail.com",