commit c8275b25e4afda9328634ec6be56ff46c7ee1cfe Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Sep 1 22:30:12 2020 +0200
Bump version to 0.7. --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index e0253c5..80fb14d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changes in version 0.7 - 2020-??-?? +# Changes in version 0.7 - 2020-09-01
- Add `onionperf measure --drop-guards` parameter to use and drop guards and circuit build timeouts every given number of hours, if diff --git a/setup.py b/setup.py index 7fd7f85..d72b27a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('requirements.txt') as f: install_requires = f.readlines()
setup(name='OnionPerf', - version='0.6', + version='0.7', description='A utility to monitor, measure, analyze, and visualize the performance of Tor and Onion Services', author='Rob Jansen', url='https://github.com/robgjansen/onionperf/',