diff --git a/NEWS.txt b/NEWS.txt index 80c53a3..cc4797b 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,5 +1,9 @@ News ==== +1.3.4 +* Release date: 7-Feb-2025 +* Continue with the next available repo if issue with current + 1.3.3 * Release date: 15-Apr-2021 * Fix psutil call for read memory metrics #17 diff --git a/setup.py b/setup.py index 3ddca25..52780bf 100644 --- a/setup.py +++ b/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' install_requires = [ 'pyxattr',