commit e333be25a85952d78f1655e80516d01ab59e50bc Author: Karsten Loesing karsten.loesing@gmx.net Date: Sat Aug 8 14:31:20 2020 +0200
Bump version to 0.6. --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c4c4f2..b8a86ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changes in version 0.6 - 2020-??-?? +# Changes in version 0.6 - 2020-08-08
- Update to TGen 1.0.0, use TGenTools for parsing TGen log files, and update analysis results file version to 3.0. Implements #33974. diff --git a/setup.py b/setup.py index d15157f..7fd7f85 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.5', + version='0.6', 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/',