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 9a5d171 commit b77344dCopy full SHA for b77344d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 2.6.0
4
+
5
+- Added 'support' for Django 5.0.
6
+ - Extended the tox configuration to include Django 5.0b1 and beyond.
7
+ - Added the trove classifiert.
8
+ - Removed the upper boundary of the django version.
9
10
## 2.5.0
11
12
- Bumped default version of Tailwind CSS CLI to 3.3.5.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-tailwind-cli"
-version = "2.5.0"
+version = "2.6.0"
description = "Django and Tailwind integration based on the prebuilt Tailwind CSS CLI."
authors = ["Oliver Andrich <[email protected]>"]
readme = "README.md"
0 commit comments