Skip to content

Commit

Permalink
Update for 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Jul 2, 2018
1 parent fb8b914 commit b7f04d9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
Changes to mtools
=================

version 1.5.0
~~~~~~~~~~~~~
* Update matplotlib to 1.4.3
* Update numpy to 1.14.5
* Update python-dateutil to 2.7
* Update pymongo to 3.6.1
* Pin requirements to avoid pulling in breaking changes
* Ignore "new oplog query" log entries for query duration parsing
* Replace characters that can't be UTF decoded with '?'
* Fix logic error preventing parsing of empty or unexpected log lines
* mplotqueries: Report actual error when `matplotlib` import fails
* mlaunch: If `mongod` is missing, print the path that was used
* mlaunch: Add support for GSSAPI
* 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!

version 1.4.1
~~~~~~~~~~~~~
* mlaunch: Fixes for Python 3.6.5 support (#596, #586)
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.0-dev'
__version__ = '1.5.0'

0 comments on commit b7f04d9

Please sign in to comment.