Skip to content

Commit

Permalink
Release 0.7.0rc26
Browse files Browse the repository at this point in the history
  • Loading branch information
m.kindritskiy committed Aug 11, 2023
1 parent acf6847 commit 54a335c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hiku/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0rc25"
__version__ = "0.7.0rc26"
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,15 @@ example = "python examples/{args:graphql_flask}.py"
[tool.pdm.scripts.release]
shell = """
set -e
USAGE="Usage: VERSION=<> MESSAGE=<> pdm run release"
if [ -z "${VERSION}" ]; then
echo $USAGE
echo "VERSION is not set"
exit 1
fi
if [ -z "${MESSAGE}" ]; then
echo $USAGE
echo "MESSAGE is not set"
exit 1
fi
Expand Down

0 comments on commit 54a335c

Please sign in to comment.