Skip to content

Commit

Permalink
Merge pull request #31 from productaize/release/build-0.4.2
Browse files Browse the repository at this point in the history
Bump version: 0.4.2
  • Loading branch information
productaize authored Jun 11, 2024
2 parents 9ccfda4 + 7d40a5b commit e3fcb68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.4.2-02
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)([-](?P<release>(dev|rc))+(?P<build>\d+))?
Expand Down
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ report:
bogrod releasenotes/sbom/jupyter-base-notebook.json --vex-file releasenotes/sbom/vex.yaml --notes releasenotes/notes/rc1-99e6a29d3335a383.yaml -w
reno report . --title FOO | pandoc -f rst > release-notes.html

dist:
bump-build:
bump2version build

bump-release:
bump2version patch

dist: bump-build
: "run setup.py sdist bdist_wheel"
rm -rf ./dist/*
rm -rf ./build/*
Expand Down
2 changes: 1 addition & 1 deletion bogrod/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.4.2

0 comments on commit e3fcb68

Please sign in to comment.