We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec4538 commit e5f4b06Copy full SHA for e5f4b06
2 files changed
CHANGELOG.md
@@ -21,3 +21,7 @@ All notable changes to this repository will be documented in this file.
21
## [1.5.0] Mar 08, 2026
22
23
- Move templates inside src
24
+
25
+## [1.5.2] Mar 14, 2026
26
27
+- port priority from cli to env to fallback
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "rz-sample"
3
-version = "1.5.1"
+version = "1.5.2"
4
description = "A python boilerplate for fastapi and streamlit projects."
5
authors = ["recursivezero <recursivezero@outlook.com>"]
6
license = "MIT"
0 commit comments