Skip to content

Commit

Permalink
Add bump2version to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Sep 14, 2023
1 parent c6d9923 commit e9f6ae6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ docs-cleanup:
@rm -rf docs/_build

cleanup: dist-cleanup test-cleanup

release/patch:
@bump2version patch

release/minor:
@bump2version minor

release/major:
@bump2version major
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ httpx = ">=0.24,<0.26"
deptry = ">=0.11,<0.13"
aiohttp = "^3.8.4"
pytest-aiohttp = "^1.0.4"
bump2version = "^1.0.1"

[tool.poetry.group.docs.dependencies]
sphinx = ">=5.3,<8.0"
Expand Down

0 comments on commit e9f6ae6

Please sign in to comment.