We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfac4dd commit 2fe8096Copy full SHA for 2fe8096
NEWS.txt
@@ -1,5 +1,10 @@
1
News
2
====
3
+1.2.0
4
+* Release date: 25-Jul-2019
5
+* New metric MountOK with value 0 (no) 1 (yes)
6
+* Mounts now use scandir to avoid hanging.
7
+
8
1.1.0
9
-----
10
* Release date: 13-May-2019
setup.py
@@ -5,7 +5,7 @@
README = open(os.path.join(here, 'README.rst')).read()
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
-version = '1.1.0'
+version = '1.2.0'
install_requires = [
11
'xattr',
0 commit comments