From 7056ce4ccd8bd3d3ef6c2381431dec6b446a409b Mon Sep 17 00:00:00 2001 From: sein Date: Mon, 28 Nov 2022 21:47:54 +0100 Subject: [PATCH] preparations for release 0.7.0 --- README.md | 2 +- changelog.md | 2 +- htpclient/initialize.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1df7387..b83d745 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ usage: python3 hashtopolis.zip [-h] [--de-register] [--version] [--number-only] [--crackers-path CRACKERS_PATH] [--hashlists-path HASHLISTS_PATH] [--preprocessors-path PREPROCESSORS_PATH] [--zaps-path ZAPS_PATH] [--cpu-only] -Hashtopolis Client v0.6.1 +Hashtopolis Client v0.7.0 optional arguments: -h, --help show this help message and exit diff --git a/changelog.md b/changelog.md index 7972c44..687dc54 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## v0.6.1 -> v0.x.x +## v0.6.1 -> v0.7.0 ### Enhancements diff --git a/htpclient/initialize.py b/htpclient/initialize.py index c8d29a1..fca75a6 100644 --- a/htpclient/initialize.py +++ b/htpclient/initialize.py @@ -16,7 +16,7 @@ def get_version(): @staticmethod def get_version_number(): - return "0.6.1" + return "0.7.0" def run(self, args): self.__check_cert(args)