We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b6b90 commit 9523294Copy full SHA for 9523294
2 files changed
.github/workflows/ci_check_release.yml
@@ -244,8 +244,6 @@ jobs:
244
name: ${{ env.VERSION }}
245
body: |
246
${{ env.CHANGELOG }}
247
-
248
249
**Full Changelog**: ${{ env.URL }}
250
draft: false
251
prerelease: false
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-template"
3
-version = "0.5.30"
+version = "0.5.31"
4
description = "Used to templatize python projects."
5
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
6
readme = "README.md"
0 commit comments