Skip to content

Commit

Permalink
BUMP 2.5.1 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Aug 19, 2021
1 parent 401ebf2 commit 928c92e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Changelog

.. currentmodule:: motor.motor_tornado

Motor 2.5.1
-----------

Motor 2.5.1 fixes a bug where :meth:`MotorCursor.to_list` could return more
than ``length`` documents.

Issues Resolved
~~~~~~~~~~~~~~~

See the `Motor 2.5.1 release notes in JIRA`_ for the complete list of resolved
issues in this release.

.. _Motor 2.5.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=11182&version=31791

Motor 2.5
---------

Expand Down
2 changes: 1 addition & 1 deletion motor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Motor, an asynchronous driver for MongoDB."""

version_tuple = (2, 5, 1, 'dev0')
version_tuple = (2, 5, 1)


def get_version_string():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def run(self):


setup(name='motor',
version='2.5.1.dev0',
version='2.5.1',
packages=packages,
description=description,
long_description=long_description,
Expand Down

0 comments on commit 928c92e

Please sign in to comment.