Skip to content

Commit

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

version 1.6.4
~~~~~~~~~~~~~
* mlaunch: Fix psutil 5.7.0 issue on Windows 10 (#810)
* mlaunch: Wait for each RS to elect a primary (#790)
* mloginfo: Fix --clients misses old nodejs clients (#808)
* mloginfo: Fix --clients misses driver connections with embedded quotes (#803)
* mloginfo: Fix --queries returns impossible 95%-ile (#791)
* mlogvis: Update link to d3js to be protocol-less (#797)
* Add freetype to testing prerequisites (#800)

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

version 1.6.3
~~~~~~~~~~~~~
* Require minimum of Python 3.6 in setup.py (#778)
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 @@
#!/usr/bin/env python3
"""Mtools version."""

__version__ = '1.6.4-dev'
__version__ = '1.6.4'

0 comments on commit be14097

Please sign in to comment.