Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed May 13, 2022
1 parent 0a83a91 commit 05fced3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/sbidoul/manifestoo/issues/28>`_)


0.4.1 (2022-05-12)
==================

Expand Down
2 changes: 1 addition & 1 deletion docs/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions news/28.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}
Expand Down

0 comments on commit 05fced3

Please sign in to comment.