From c4f67e2300a85a2a7422751f784883675822d060 Mon Sep 17 00:00:00 2001 From: Oliver Andrich Date: Wed, 9 Oct 2024 22:33:18 +0200 Subject: [PATCH] Bumped version to 2.18.1. --- CHANGELOG.md | 4 ++++ pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 258129c..cf79b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.18.1 + +- Fixed the URLs for PyPI. + ## 2.18.0 - Added Python 3.13 support. diff --git a/pyproject.toml b/pyproject.toml index bfa7d8a..4dadb6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,8 @@ dependencies = [ django-extensions = ["django-extensions>=3.2", "werkzeug>=3.0"] [project.urls] -Home = "https://django-tailwind-cli.rtfd.io.me/" -Documentation = "https://django-tailwind-cli.rtfd.io.me/" +Home = "https://django-tailwind-cli.rtfd.io/" +Documentation = "https://django-tailwind-cli.rtfd.io/" Repository = "https://github.com/oliverandrich/django-tailwind-cli" [tool.uv]