From c5ad9cc117cbfeaab7f3cc3966a1ab9cd5ae07c6 Mon Sep 17 00:00:00 2001 From: Peyman Salehi Date: Fri, 6 Dec 2024 12:24:41 +0100 Subject: [PATCH] Update version to release v4 (#827) --- HISTORY.rst | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 88976b35..23d801ca 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,10 +3,11 @@ History ======= -Unreleased -========== +4.0.0 +===== * Drop support for Python 3.8 * Confirm support for Django 5.1 and drop support for Django 3.2 +* Use pyproject.toml 3.1.0 ===== diff --git a/pyproject.toml b/pyproject.toml index f6c33068..369a34e4 100644 --- a/pyproject.toml +++ b/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" = "timothee.peignier@tryphon.org" }]