Skip to content

Commit 2fe8096

Browse files
committed
Prepare 1.2.0
1 parent bfac4dd commit 2fe8096

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
News
22
====
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+
38
1.1.0
49
-----
510
* Release date: 13-May-2019

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
README = open(os.path.join(here, 'README.rst')).read()
66
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
77

8-
version = '1.1.0'
8+
version = '1.2.0'
99

1010
install_requires = [
1111
'xattr',

0 commit comments

Comments
 (0)