Skip to content

Commit

Permalink
Update for 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Feb 24, 2022
1 parent 0f403e0 commit bcdb629
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
Changes to mtools
=================

version 1.7.0
~~~~~~~~~~~~~
* Update for PyMongo 4 and add GitHub Actions (#845)
* Replace Nose with an actively maintained unit testing library (#842)
* Remove usage of "six" library (#786)
* Add Python 3.9 compatibility (#813)
* Add Python 3.10 compatibility (#841)
* Python 3.6 End-of-Life (#840)
* Replace OG Python string formatting with f-strings (#787)
* mlaunch: Cache the server's help and version output (#817)
* mlaunch: Fix --auth does not quote --keyFile parameter (#830)
* mlaunch: Add `mlaunch list --json` (#832)
* mlaunch: Add TLS aliases for SSL options (#784)
* mlaunch: Handle missing MongoDB binaries more gracefully (#846)
* mloginfo: Incorrectly shows multiple versions (#815)
* mloginfo: Reports host name as unknown for 3.6 logs (#819)
* mlogvis: Deprecate mlogvis (#776)
* mplotqueries: --overlay example not working (#818)

Thanks to @stennie, @blink1073, @ShaneHarvey, @joedougherty, @ajdavis,
@virajut, @niccottrell, and @podollb for contributions to this release.

version 1.6.4
~~~~~~~~~~~~~
* mlaunch: Fix psutil 5.7.0 issue on Windows 10 (#810)
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.7.0-dev'
__version__ = '1.7.0'

0 comments on commit bcdb629

Please sign in to comment.