Skip to content

Commit b77344d

Browse files
committed
Bumped version to 2.6.0.
1 parent 9a5d171 commit b77344d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 2.5.0
411

512
- Bumped default version of Tailwind CSS CLI to 3.3.5.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-tailwind-cli"
3-
version = "2.5.0"
3+
version = "2.6.0"
44
description = "Django and Tailwind integration based on the prebuilt Tailwind CSS CLI."
55
authors = ["Oliver Andrich <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)