We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633bd81 commit c5ad9ccCopy full SHA for c5ad9cc
HISTORY.rst
@@ -3,10 +3,11 @@
3
History
4
=======
5
6
-Unreleased
7
-==========
+4.0.0
+=====
8
* Drop support for Python 3.8
9
* Confirm support for Django 5.1 and drop support for Django 3.2
10
+* Use pyproject.toml
11
12
3.1.0
13
=====
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "django-pipeline"
requires-python = ">=3.9"
-version = "3.1.0"
+version = "4.0.0"
description = "Pipeline is an asset packaging library for Django."
readme = "README.rst"
authors = [{ "name" = "Timothée Peignier", "email" = "[email protected]" }]
0 commit comments