We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50c639d + 5976820 commit 8c68fffCopy full SHA for 8c68fff
2 files changed
README.md
@@ -67,6 +67,9 @@ GitHub Actions to run the following jobs:
67
68
The main CI workflow is defined in `.github/workflows/main.yml`.
69
70
+> **Note:** This workflow will only create a release tag based on your `pyproject.toml` version number. If the version
71
+> has not been bumped, it will not create a new release.
72
+
73
## Dependencies
74
75
This project includes the following dependencies:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-template"
3
-version = "0.5.37"
+version = "0.6.0"
4
description = "Used to templatize python projects."
5
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
6
readme = "README.md"
0 commit comments