mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 14:28:18 +00:00
Update pyproject.toml (#1237)
* Update pyproject.toml * chore: bump v0.140.1
This commit is contained in:
parent
468abaf92f
commit
7b24b86f4a
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue