diff --git a/CHANGELOG.md b/CHANGELOG.md index 520f27e..5a052bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.10.0 + +- Added `download_cli` management command. + ## 2.9.0 - Bumped default Tailwind CLI version to 3.4.1. diff --git a/README.md b/README.md index 69a4ea2..3adb484 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black) ![GitHub](https://img.shields.io/github/license/oliverandrich/django-tailwind-cli?style=flat-square) [![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json&style=flat-square)](https://python-poetry.org/) +![Django Versions](https://img.shields.io/pypi/frameworkversions/django/django-tailwind-cli) +![Python Versions](https://img.shields.io/pypi/pyversions/django-tailwind-cli) +[![Downloads](https://static.pepy.tech/badge/django-tailwind-cli)](https://pepy.tech/project/django-tailwind-cli) +[![Downloads / Month](https://pepy.tech/badge/django-tailwind-cli/month)]() This library provides an integration of [Tailwind CSS](https://tailwindcss.com) for Django that is using on the precompiled versions of the [Tailwind CSS CLI](https://tailwindcss.com/blog/standalone-cli). diff --git a/pyproject.toml b/pyproject.toml index 6beefec..57dcdf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-tailwind-cli" -version = "2.9.0" +version = "2.10.0" description = "Django and Tailwind integration based on the prebuilt Tailwind CSS CLI." authors = ["Oliver Andrich "] readme = "README.md"