From 07803f8a9ec066b20f50888a27e62cc7c9f6fa0e Mon Sep 17 00:00:00 2001 From: Bruno <55158870+bruno-canada@users.noreply.github.com> Date: Sat, 1 Jan 2022 22:02:27 -0800 Subject: [PATCH] Adjust versioning to 0.3.1 --- HISTORY.rst | 9 +++++++-- setup.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0d505f1..07df441 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,11 +2,16 @@ History ======= +0.3.1 (2022-01-01) +------------------ + +* Fixed copy config to user issue #11 + 0.3.0 (2022-01-01) ------------------ -* Replaced setuptools data_files feature with copy_config() method #7 -* Added new feature to CLI to show paths for the system #8 +* Replaced setuptools data_files feature with copy_config() method #7 +* Added new feature to CLI to show paths for the system #8 * Adjusted versioning to 0.3.0 #10 0.2.1 (2021-12-29) diff --git a/setup.py b/setup.py index 76bce25..ac69418 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/bruno-canada/integrityguard', - version='0.3.0', + version='0.3.1', zip_safe=False, )