Skip to content

Commit 06b89d2

Browse files
authored
Merge pull request #235 from IlyaSkriblovsky/18.2.0
18.2.0
2 parents 5a2792f + 7b84e5f commit 06b89d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
=========
33

44

5-
Release 18.2.0 (UNRELEASED)
5+
Release 18.2.0 (2018-07-19)
66
---------------------------
77

88
Bugfixes

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '18.1.0'
61+
version = '18.2.0'
6262
# The full version, including alpha/beta/rc tags.
6363
release = version
6464

python-txmongo.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: python-txmongo
2-
Version: 18.1.0
2+
Version: 18.2.0
33
Release: 1%{?dist}
44
Summary: Twisted driver for MongoDB
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="txmongo",
6-
version="18.1.0",
6+
version="18.2.0",
77
description="Asynchronous Python driver for MongoDB <http://www.mongodb.org>",
88
author="Alexandre Fiori, Bret Curtis",
99

0 commit comments

Comments
 (0)