From 2bf94b1465de7447ea331174b0e993ba84555222 Mon Sep 17 00:00:00 2001 From: Bruno <55158870+bruno-canada@users.noreply.github.com> Date: Wed, 29 Dec 2021 19:10:16 -0800 Subject: [PATCH] Adjust version and release history --- HISTORY.rst | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index b7586d2..c53b237 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,18 @@ History ======= +0.2.1 (2021-12-29) +------------------ + +* Fix version and release history + +0.2.0 (2021-12-29) +------------------ + +* Added support for conf file and multiplataform paths #3 +* Adjusted project basic directory structure #4 +* Added CLI support #5 + 0.1.1 (2021-12-28) ------------------ diff --git a/setup.py b/setup.py index aee26de..f18b776 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/bruno-canada/integrityguard', - version='0.2.0', + version='0.2.1', zip_safe=False, )