Skip to content

Commit e22d7c2

Browse files
committed
Merge branch 'main' into sk/v1.0
2 parents 8de591e + 445143e commit e22d7c2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "taskbadger"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "The official Python SDK for Task Badger"
55
license = "Apache-2.0"
66

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def tag_release(c: Context):
1717
c.run(f"git tag v{version}")
1818
c.run("git push origin main --tags")
1919

20+
print("Check https://github.com/taskbadger/taskbadger-python/actions/workflows/release.yml for release build.")
2021
print("Check https://github.com/taskbadger/taskbadger-python/releases and publish the release.")
2122

2223

0 commit comments

Comments
 (0)