Skip to content

Commit

Permalink
Start work on 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Sep 26, 2018
1 parent 46f860c commit b601c15
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
Expand Up @@ -64,7 +64,7 @@
ALL = 2
"""Profile all operations."""

version_tuple = (3, 7, 1)
version_tuple = (3, 7, 2, '.dev0')

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

version = "3.7.1"
version = "3.7.2.dev0"

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

0 comments on commit b601c15

Please sign in to comment.