Update pyproject.toml (#1237)

* Update pyproject.toml

* chore: bump v0.140.1
This commit is contained in:
Juro Oravec 2025-06-05 00:35:21 +02:00 committed by GitHub
parent 468abaf92f
commit 7b24b86f4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Release notes
## v0.140.1
#### Fix
- Fix typo preventing benchmarking ([#1235](https://github.com/django-components/django-components/pull/1235))
## 🚨📢 v0.140.0
⚠️ Major release ⚠️ - Please test thoroughly before / after upgrading.

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "django_components"
version = "0.140.0"
version = "0.140.1"
requires-python = ">=3.8, <4.0"
description = "A way to create simple reusable template components in Django."
keywords = ["django", "components", "css", "js", "html"]