Skip to content

Commit

Permalink
Adjust versioning to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brnquester committed Jan 2, 2022
1 parent aa8ff61 commit 07803f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit 07803f8

Please sign in to comment.