We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8de591e + 445143e commit e22d7c2Copy full SHA for e22d7c2
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "taskbadger"
3
-version = "0.7.0"
+version = "0.7.1"
4
description = "The official Python SDK for Task Badger"
5
license = "Apache-2.0"
6
tasks.py
@@ -17,6 +17,7 @@ def tag_release(c: Context):
17
c.run(f"git tag v{version}")
18
c.run("git push origin main --tags")
19
20
+ print("Check https://github.com/taskbadger/taskbadger-python/actions/workflows/release.yml for release build.")
21
print("Check https://github.com/taskbadger/taskbadger-python/releases and publish the release.")
22
23
0 commit comments