Skip to content

Commit a4da3fb

Browse files
19.2.0 release
1 parent 10b92d9 commit a4da3fb

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
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
Release 19.2.0 (UNRELEASED)
4+
Release 19.2.0 (2019-09-16)
55
---------------------------
66

77
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 = '19.1.0'
61+
version = '19.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: 19.1.0
2+
Version: 19.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="19.1.0",
6+
version="19.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)