Skip to content

Commit

Permalink
Update for 1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Jul 4, 2018
1 parent 5bf5fb1 commit bd116d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changes to mtools
=================

version 1.5.1
~~~~~~~~~~~~~
* mlaunch: Fix 1.5.0 regression preventing use of --auth
* mloginfo: Add support for MongoDB 3.2+ --rsinfo
* mlogfilter: Fix intermittent test failures

Thanks to @kevinadi, @kallimachos, @sindbach, and @stennie
for contributions to this release.

version 1.5.0
~~~~~~~~~~~~~
* Update matplotlib to 1.4.3
Expand All @@ -18,8 +27,8 @@ version 1.5.0
* mlaunch: Add users to all shards in sharded cluster
* mlogvis: Remove write lock and read lock grouping

Thanks to @kevinadi, @jamesbroadhead, @mathom, @bmoss, @sindbach,
and @stennie for contributions to this release!
Thanks to @kevinadi, @jamesbroadhead, @mathom, @kallimachos,
@sindbach, and @stennie for contributions to this release!

version 1.4.1
~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion mtools/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/python
"""Mtools version."""

__version__ = '1.5.1-dev'
__version__ = '1.5.1'

0 comments on commit bd116d1

Please sign in to comment.