Skip to content

Commit

Permalink
Bumped version to 2.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverandrich committed Mar 10, 2024
1 parent be76fef commit 70bfbcd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 165 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## Unreleased
## 2.9.0

- Bumped default Tailwind CLI version to 3.4.1.
- Reimplemented the management command using [django_typer](https://django-typer.readthedocs.io/en/stable/)
- Removed Python 3.8 from the list of supported versions.

## 2.8.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Checkout the detailed [installation guide](https://django-tailwind-cli.andrich.m
## Requirements
Python 3.8 or newer with Django >= 3.2.
Python 3.9 or newer with Django >= 3.2.
## Documentation
Expand Down
163 changes: 2 additions & 161 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-tailwind-cli"
version = "2.8.1"
version = "2.9.0"
description = "Django and Tailwind integration based on the prebuilt Tailwind CSS CLI."
authors = ["Oliver Andrich <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -45,7 +45,6 @@ pytest = ">=7.4.2,<9.0.0"
pytest-django = "^4.5.2"
pytest-cov = "^4.1.0"
pytest-mock = "^3.12.0"
tox = "^4.11.4"
django-types = "^0.19.1"

[build-system]
Expand Down

0 comments on commit 70bfbcd

Please sign in to comment.