We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd20b5 commit 0921f6bCopy full SHA for 0921f6b
βCHANGELOG.md
@@ -1,5 +1,10 @@
1
# Semantic Versioning Changelog
2
3
+# [v1.9.8](https://github.com/vortico/flama/compare/v1.9.7...v1.9.8) (2025-01-13)
4
+
5
+## π Bug Fixes
6
+- [`7cd20b5`](https://github.com/vortico/flama/commit/7cd20b5) Include templates folder during building for wheel
7
8
# [v1.9.7](https://github.com/vortico/flama/compare/v1.9.6...v1.9.7) (2025-01-09)
9
10
## π Bug Fixes
βpyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[project]
requires-python = ">=3.9,<3.14"
name = "flama"
-version = "1.9.7"
+version = "1.9.8"
description = "Fire up your models with the flame π₯"
license = { text = "Apache-2.0" }
11
readme = "README.md"
0 commit comments