diff --git a/README.md b/README.md index 750deac..8385fa6 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ See also git tags: https://github.com/jedie/manageprojects/tags [comment]: <> (✂✂✂ auto generated history start ✂✂✂) -* [**dev**](https://github.com/jedie/manageprojects/compare/v0.15.4...main) +* [v0.16.0](https://github.com/jedie/manageprojects/compare/v0.15.4...v0.16.0) * 2023-12-02 - Use code style tooling from cli-base-utilities * 2023-12-01 - Apply https://github.com/jedie/cookiecutter_templates updates * 2023-12-01 - Use: cli_base.cli_tools.test_utils.logs.AssertLogs diff --git a/manageprojects/__init__.py b/manageprojects/__init__.py index 45f9dcc..0a6dcc4 100644 --- a/manageprojects/__init__.py +++ b/manageprojects/__init__.py @@ -3,5 +3,5 @@ Manage Python / Django projects """ -__version__ = '0.15.4' +__version__ = '0.16.0' __author__ = 'Jens Diemer '