Skip to content

Commit

Permalink
bump version 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 15, 2023
1 parent d396adb commit bc5f81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.5
5.0.6
1 change: 1 addition & 0 deletions makefile-pypi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dist:

patch: clean twine
$(call banner, "patch")
pip install -r requirements-dev.txt
cms bumpversion patch
@VERSION=$$(cat VERSION); \
git commit -m "bump version ${VERSION}" .; git push
Expand Down

0 comments on commit bc5f81b

Please sign in to comment.