From 6d970c2c2a4496b0bd63e1c7276992ffcfc4e2d8 Mon Sep 17 00:00:00 2001 From: roll Date: Thu, 7 Dec 2023 17:18:45 +0000 Subject: [PATCH] v0.3.2 --- dplib/settings.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dplib/settings.py b/dplib/settings.py index 7e4cf1b..478a010 100644 --- a/dplib/settings.py +++ b/dplib/settings.py @@ -1,3 +1,3 @@ # Version -VERSION = "0.3.1" +VERSION = "0.3.2" diff --git a/pyproject.toml b/pyproject.toml index f8831dc..053a6ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 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 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 """ ]