Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Dec 7, 2023
1 parent 19940a2 commit 6d970c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dplib/settings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Version

VERSION = "0.3.1"
VERSION = "0.3.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ release = [
VERSION=$(hatch run version)
git checkout main && git pull origin && git fetch -p
git log --pretty=format:"%C(yellow)%h%Creset %s%Cgreen%d" --reverse -20
echo "\nReleasing v${VERSION} in 10 seconds. Press <CTRL+C> to abort\n" && sleep 10
hatch run test && git commit -a -m 'v${VERSION}' && git tag -a v${VERSION} -m 'v${VERSION}'
echo "\nReleasing v$VERSION in 10 seconds. Press <CTRL+C> to abort\n" && sleep 10
hatch run test && git commit -a -m "v$VERSION" && git tag -a "v$VERSION" -m "v$VERSION"
git push --follow-tags
"""
]
Expand Down

0 comments on commit 6d970c2

Please sign in to comment.