Skip to content

Commit 4828e42

Browse files
committed
BUMP 2.9.5
1 parent bc868e0 commit 4828e42

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
@@ -77,7 +77,7 @@
7777
ALL = 2
7878
"""Profile all operations."""
7979

80-
version_tuple = (2, 9, 5, '.dev0')
80+
version_tuple = (2, 9, 5)
8181

8282
def get_version_string():
8383
if isinstance(version_tuple[-1], basestring):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
except ImportError:
4040
_HAVE_SPHINX = False
4141

42-
version = "2.9.5.dev0"
42+
version = "2.9.5"
4343

4444
f = open("README.rst")
4545
try:

0 commit comments

Comments
 (0)