Skip to content

Commit

Permalink
Update for 1.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Feb 10, 2020
1 parent 95da7cc commit c96039f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changes to mtools
=================

version 1.6.2
~~~~~~~~~~~~~
* Update documentation to reference pip3 instead of pip (#774)
* SSL parameters to mlaunch are not documented on website (#666)
* Fix JSON serialize crash with bytes instead of str in pattern.py (#764)
* mloginfo: Fix --verbose crash (#769)
* mlaunch: `mlaunch list` throws typeError for a sharded deployment (#770)
* mlaunch: Remove deprecated --sslWeakCertificateValidation
* mloginfo: Add new --sharding section (#773)
* mloginfo: Add --debug with some extra info on query patterns
* mtransfer: Initial implementation of tool to export WiredTiger DBs (#754)

Thanks to @stennie, @michaelcahill, @@Giuliano-C, @bugre, and @sindbach
for contributions to this release.

version 1.6.1
~~~~~~~~~~~~~
* mtools should use python3 in shebangs (#761)
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.2-dev'
__version__ = '1.6.2'

0 comments on commit c96039f

Please sign in to comment.