diff --git a/CHANGELOG.md b/CHANGELOG.md index c379d17..2ff10da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Change Log -### Features implemented / improvements in 1.0.0dev +### Features implemented / improvements in 1.0.2 +* Update isAlive to is_alive method for Thread +### Features implemented / improvements in 1.0.0dev * Add support for TLS diff --git a/PatrowlEnginesUtils/__init__.py b/PatrowlEnginesUtils/__init__.py index 7c679b5..e3a98bc 100644 --- a/PatrowlEnginesUtils/__init__.py +++ b/PatrowlEnginesUtils/__init__.py @@ -6,4 +6,4 @@ __version__ = '1.0.2' __author__ = 'Nicolas MATTIOCCO' __license__ = 'AGPLv3' -__copyright__ = 'Copyright (C) 2018-2020 Nicolas Mattiocco - @MaKyOtOx' +__copyright__ = 'Copyright (C) 2018-2021 Nicolas Mattiocco - @MaKyOtOx' diff --git a/README.md b/README.md index 4ead2f1..f11e6ba 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,4 @@ # Deployment commands rm -rf dist/ build/ PatrowlEnginesUtils.egg-info python setup.py sdist bdist_wheel -twine upload dist/* - +twine upload dist/* -u patrowl diff --git a/VERSION b/VERSION index 11524f9..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0dev +1.0.2