Skip to content

Commit 6c5f9da

Browse files
committed
Merge branch 'release/v1.2.6'
2 parents c1b6e54 + 7add2a3 commit 6c5f9da

2 files changed

Lines changed: 2 additions & 2 deletions

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 = "tempren"
3-
version = "1.2.5"
3+
version = "1.2.6"
44
description = "Template-based renaming utility"
55
readme = "README.md"
66
license = "GPL-3.0-or-later"

release-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ NEXT_VERSION=$(poetry version --dry-run --short "$BUMP_RULE")
1111

1212
git flow release start "v$NEXT_VERSION"
1313
poetry version "$BUMP_RULE"
14-
git commit -a -m "Version updated to v$NEW_VERSION"
14+
git commit -a -m "Version updated to v$NEXT_VERSION"
1515

1616
echo "Type release-finish.sh to make the release"

0 commit comments

Comments
 (0)