diff --git a/HISTORY.rst b/HISTORY.rst index 208e73e..4490ed7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,13 @@ +0.4.2 (2022-05-13) +================== + +Bugfixes +-------- + +- Add ``--no-transitive`` and ``--no-include-selected`` options to the ``list-codepends`` + so the default values can be switched off. (`#28 `_) + + 0.4.1 (2022-05-12) ================== diff --git a/docs/develop.md b/docs/develop.md index 702b8d8..2e9fb0a 100644 --- a/docs/develop.md +++ b/docs/develop.md @@ -18,7 +18,7 @@ You can also run all tests using `tox`. ## Creating a release - Update the version in `pyproject.toml`. -- Run `towncrier` to update `HISTORY.rst`. +- Run `towncrier build --version {version}` to update `HISTORY.rst`. - Run `tox docs` to update `docs/cli.md` and verify that the documentation builds correctly. - git commit and push. diff --git a/news/28.bugfix b/news/28.bugfix deleted file mode 100644 index 057ee9e..0000000 --- a/news/28.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Add ``--no-transitive`` and ``--no-include-selected`` options to the ``list-codepends`` -so the default values can be switched off. diff --git a/pyproject.toml b/pyproject.toml index e87e51d..95c4745 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "manifestoo" -version = "0.4.2.dev" +version = "0.4.2" description = "A tool to reason about Odoo addons manifests" authors = [ {name = "Stéphane Bidoul", email = "stephane.bidoul@acsone.eu"}