Skip to content

Commit

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

version 1.6.1
~~~~~~~~~~~~~
* mtools should use python3 in shebangs (#761)
* mloginfo: add timezone to mloginfo summary (#258)
* mloginfo --clients: more robust parsing of client metadata (#765)
* mloginfo --queries: fix missing patterns for remove command (#742)
* mloginfo --queries: add rounding option (#698)
* mplotqueries: fix error parsing checkpoint log line (#757)

Thanks to @stennie, @kallimachos, @kevinadi, @niccottrell, and @p-mongo
for contributions to this release.

version 1.6.0
~~~~~~~~~~~~~
Now supporting Python 3.6+ (only)
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.1-dev'
__version__ = '1.6.1'

0 comments on commit 7efd9dd

Please sign in to comment.