Skip to content

Commit f2aff0f

Browse files
committed
BUMP 3.4.0
1 parent 3d43b03 commit f2aff0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymongo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
ALL = 2
7171
"""Profile all operations."""
7272

73-
version_tuple = (3, 4, "rc1.dev0")
73+
version_tuple = (3, 4, 0)
7474

7575
def get_version_string():
7676
if isinstance(version_tuple[-1], str):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
except ImportError:
3232
_HAVE_SPHINX = False
3333

34-
version = "3.4rc1.dev0"
34+
version = "3.4.0"
3535

3636
f = open("README.rst")
3737
try:

0 commit comments

Comments
 (0)