We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a573237 commit f8c685cCopy full SHA for f8c685c
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## [Unreleased]
4
5
+## [1.4.1](https://github.com/torchbox/django-pattern-library/releases/tag/v1.4.1) - 2025-04-08
6
+
7
+### Fixed
8
9
+- Include static files in wheel build of the package
10
11
## [1.4.0](https://github.com/torchbox/django-pattern-library/releases/tag/v1.4.0) - 2025-04-08
12
13
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "django-pattern-library"
-version = "1.4.0"
+version = "1.4.1"
description = "A module for Django that allows to build pattern libraries for your projects."
authors = [
"Thibaud Colas <[email protected]>",
0 commit comments