Skip to content

Commit 9e97585

Browse files
authored
Merge pull request #47 from taskbadger/sk/alpha-procrastinate-release
chore: prep 2.1.0a1 alpha release with procrastinate support
2 parents 735ff53 + a2fb502 commit 9e97585

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
enable-cache: true
4141
- name: Add version to environment vars
4242
run: |
43-
PROJECT_VERSION=$(uvx dunamai from any --format "{base}")
43+
PROJECT_VERSION=$(uvx dunamai from any)
4444
echo "PROJECT_VERSION=$PROJECT_VERSION" >> $GITHUB_ENV
4545
- name: Check if tag version matches project version
4646
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "taskbadger"
3-
version = "2.0.0"
3+
version = "2.1.0a1"
44
description = "The official Python SDK for Task Badger"
55
requires-python = ">=3.10"
66
authors = []

0 commit comments

Comments
 (0)