Skip to content

Commit

Permalink
BUMP 3.11 (with proper changelog title)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Jul 30, 2020
1 parent 316830d commit 31949fb
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.11.0rc1.dev0
---------------------------------
Changes in Version 3.11.0
-------------------------

Version 3.11 adds support for MongoDB 4.4 and includes a number of bug fixes.
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 @@ -74,7 +74,7 @@
ALL = 2
"""Profile all operations."""

version_tuple = (3, 11, 1, ".dev0")
version_tuple = (3, 11, 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.11.1.dev0"
version = "3.11.0"

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

0 comments on commit 31949fb

Please sign in to comment.