Skip to content

Commit e152e9e

Browse files
committed
BUMP 3.9.0
1 parent 5847b34 commit e152e9e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Changes in Version 3.9.0b2.dev0
5-
-------------------------------
4+
Changes in Version 3.9.0
5+
------------------------
66

77
Version 3.9 adds support for MongoDB 4.2. Highlights include:
88

pymongo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
ALL = 2
6565
"""Profile all operations."""
6666

67-
version_tuple = (3, 9, 0, 'b2.dev0')
67+
version_tuple = (3, 9, 0)
6868

6969
def get_version_string():
7070
if isinstance(version_tuple[-1], str):

setup.py

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

42-
version = "3.9.0b2.dev0"
42+
version = "3.9.0"
4343

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

0 commit comments

Comments
 (0)