Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 78cb0f2

Browse files
committedJul 13, 2021
BUMP 3.12.0
1 parent 6cdc6a2 commit 78cb0f2

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
@@ -99,7 +99,7 @@
9999
Deprecated
100100
"""
101101

102-
version_tuple = (3, 12, 0, 'b2.dev0')
102+
version_tuple = (3, 12, 0)
103103

104104
def get_version_string():
105105
if isinstance(version_tuple[-1], str):

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
except ImportError:
4444
_HAVE_SPHINX = False
4545

46-
version = "3.12.0b2.dev0"
46+
version = "3.12.0"
4747

4848
f = open("README.rst")
4949
try:

0 commit comments

Comments
 (0)
Please sign in to comment.