Skip to content

Commit 730b33f

Browse files
committed
Release 1.3.4
1 parent fc31eab commit 730b33f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
News
22
====
3+
1.3.4
4+
* Release date: 7-Feb-2025
5+
* Continue with the next available repo if issue with current
6+
37
1.3.3
48
* Release date: 15-Apr-2021
59
* Fix psutil call for read memory metrics #17

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.3.3'
8+
version = '1.3.4'
99

1010
install_requires = [
1111
'pyxattr',

0 commit comments

Comments
 (0)