Skip to content

Commit

Permalink
BUMP 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
behackett committed Aug 14, 2019
1 parent 5847b34 commit e152e9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Changes in Version 3.9.0b2.dev0
-------------------------------
Changes in Version 3.9.0
------------------------

Version 3.9 adds support for MongoDB 4.2. Highlights include:

Expand Down
2 changes: 1 addition & 1 deletion pymongo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
ALL = 2
"""Profile all operations."""

version_tuple = (3, 9, 0, 'b2.dev0')
version_tuple = (3, 9, 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 @@ -39,7 +39,7 @@
except ImportError:
_HAVE_SPHINX = False

version = "3.9.0b2.dev0"
version = "3.9.0"

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

0 comments on commit e152e9e

Please sign in to comment.