Skip to content

Commit

Permalink
Releases v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timonweb committed Dec 14, 2023
1 parent b00dacb commit 4e3ad4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## 3.7.0 [In Progress...]
## 3.7.0
- Upgrades Tailwind CSS dependencies;
- Removes `@tailwindcss/line-clamp` dependency as it's now included in Tailwind by default;
- Ensures Django 5.0 support;
- Drops Python 3.8, 3.9 support;
- Ensures Python 3.12 support;
- Updates docs for Windows users;
- Updates example Dockerfile;


## 3.6.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This project aims to provide a comfortable way of using the *Tailwind CSS* frame
> [For instructions on upgrading from `v2` to `v3`, see this post on my blog](https://timonweb.com/django/django-tailwind-with-support-for-the-latest-tailwind-css-v3-is-out/).
## Requirements
Python 3.8 or newer with Django >= 3.2 or newer.
Python 3.10 or newer with Django >= 3.2 or newer.

## Documentation
The full documentation is at https://django-tailwind.readthedocs.io/
Expand Down

0 comments on commit 4e3ad4d

Please sign in to comment.