Skip to content

Commit c4f67e2

Browse files
committed
Bumped version to 2.18.1.
1 parent 404d150 commit c4f67e2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.18.1
4+
5+
- Fixed the URLs for PyPI.
6+
37
## 2.18.0
48

59
- Added Python 3.13 support.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ dependencies = [
3535
django-extensions = ["django-extensions>=3.2", "werkzeug>=3.0"]
3636

3737
[project.urls]
38-
Home = "https://django-tailwind-cli.rtfd.io.me/"
39-
Documentation = "https://django-tailwind-cli.rtfd.io.me/"
38+
Home = "https://django-tailwind-cli.rtfd.io/"
39+
Documentation = "https://django-tailwind-cli.rtfd.io/"
4040
Repository = "https://github.com/oliverandrich/django-tailwind-cli"
4141

4242
[tool.uv]

0 commit comments

Comments
 (0)