From 25af98d9ce3bce1bd4c0f9cc9e65bb120c50a6d8 Mon Sep 17 00:00:00 2001 From: Oliver Andrich Date: Fri, 6 Sep 2024 15:05:18 +0200 Subject: [PATCH] Bumped version to 2.15.0 --- CHANGELOG.md | 4 ++++ src/django_tailwind_cli/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 330de1b..1866e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.15.0 + +- [#130](https://github.com/oliverandrich/django-tailwind-cli/pull/130) by [@Tobi-De](https://github.com/Tobi-De) extended the support for custom tailwind cli builds. See `TAILWIND_CLI_SRC_REPO` and `TAILWIND_CLI_ASSET_NAME` in the documentation. + ## 2.14.0 - [#129](https://github.com/oliverandrich/django-tailwind-cli/pull/129) by [@Tobi-De](https://github.com/Tobi-De) add a setting to allow for custom tailwind source repo diff --git a/src/django_tailwind_cli/__init__.py b/src/django_tailwind_cli/__init__.py index d0979fd..90c1ae3 100644 --- a/src/django_tailwind_cli/__init__.py +++ b/src/django_tailwind_cli/__init__.py @@ -1 +1 @@ -__version__ = "2.14.0" +__version__ = "2.15.0"