Skip to content

Commit

Permalink
BUMP 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Jul 13, 2021
1 parent 6cdc6a2 commit 78cb0f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymongo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
Deprecated
"""

version_tuple = (3, 12, 0, 'b2.dev0')
version_tuple = (3, 12, 0)

def get_version_string():
if isinstance(version_tuple[-1], str):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
except ImportError:
_HAVE_SPHINX = False

version = "3.12.0b2.dev0"
version = "3.12.0"

f = open("README.rst")
try:
Expand Down

0 comments on commit 78cb0f2

Please sign in to comment.