From a73b1489ff2a88a5eadca6afb41c65b823a4cc45 Mon Sep 17 00:00:00 2001 From: Ilya Skriblovsky Date: Wed, 21 Mar 2018 15:38:41 +0300 Subject: [PATCH] 18.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 2259d325..f7d976ed 100644 --- a/docs/source/NEWS.rst +++ b/docs/source/NEWS.rst @@ -4,7 +4,7 @@ Changelog -Release 18.1.0 (UNRELEASED) +Release 18.1.0 (2018-03-21) --------------------------- Bugfixes diff --git a/docs/source/conf.py b/docs/source/conf.py index 1f36c3ba..2586666d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,7 +58,7 @@ # built documents. # # The short X.Y version. -version = '18.0.0' +version = '18.1.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/python-txmongo.spec b/python-txmongo.spec index afbc6ba7..5f8830cd 100644 --- a/python-txmongo.spec +++ b/python-txmongo.spec @@ -1,5 +1,5 @@ Name: python-txmongo -Version: 18.0.0 +Version: 18.1.0 Release: 1%{?dist} Summary: Twisted driver for MongoDB diff --git a/setup.py b/setup.py index 0b829cfe..fbcce4ff 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="txmongo", - version="18.0.0", + version="18.1.0", description="Asynchronous Python driver for MongoDB ", author="Alexandre Fiori, Bret Curtis", author_email="fiorix@gmail.com, psi29a@gmail.com",