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.
2 parents fc31eab + 730b33f commit cd2d93bCopy full SHA for cd2d93b
NEWS.txt
@@ -1,5 +1,9 @@
1
News
2
====
3
+1.3.4
4
+* Release date: 7-Feb-2025
5
+* Continue with the next available repo if issue with current
6
+
7
1.3.3
8
* Release date: 15-Apr-2021
9
* Fix psutil call for read memory metrics #17
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.3.3'
+version = '1.3.4'
10
install_requires = [
11
'pyxattr',
0 commit comments