Skip to content

Commit

Permalink
Merge pull request #113 from jedie/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jedie authored Dec 16, 2023
2 parents 086ae1c + 378bf40 commit feb6d0e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ default_install_hook_types:

repos:
- repo: https://github.com/jedie/cli-base-utilities
rev: v0.7.0rc2
rev: v0.7.0rc3
hooks:
- id: update-readme-history
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ See also git tags: https://github.com/jedie/manageprojects/tags

[comment]: <> (✂✂✂ auto generated history start ✂✂✂)

* [**dev**](https://github.com/jedie/manageprojects/compare/v0.16.1...main)
* [v0.16.2](https://github.com/jedie/manageprojects/compare/v0.16.1...v0.16.2)
* 2023-12-16 - Update pre-commit-config
* 2023-12-16 - Skip test_readme_history() on CI
* 2023-12-16 - Add git hook "update-readme-history"
* 2023-12-16 - Apply cookiecutter updates
Expand Down
2 changes: 1 addition & 1 deletion manageprojects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Manage Python / Django projects
"""

__version__ = '0.16.1'
__version__ = '0.16.2'
__author__ = 'Jens Diemer <[email protected]>'
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ include = ["manageprojects*"]
version = {attr = "manageprojects.__version__"}


[tool.cli_base]
version_module_name = "manageprojects" # Used by "update-readme-history" git hook


[tool.darker]
src = ['.']
revision = "origin/main..."
Expand Down

0 comments on commit feb6d0e

Please sign in to comment.