Skip to content

Commit

Permalink
prepare release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKyOtOx committed Jul 12, 2021
1 parent e41f940 commit b764bb1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion PatrowlEnginesUtils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0dev
1.0.2

0 comments on commit b764bb1

Please sign in to comment.