Skip to content

Commit c5ad9cc

Browse files
authored
Update version to release v4 (#827)
1 parent 633bd81 commit c5ad9cc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

HISTORY.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
History
44
=======
55

6-
Unreleased
7-
==========
6+
4.0.0
7+
=====
88
* Drop support for Python 3.8
99
* Confirm support for Django 5.1 and drop support for Django 3.2
10+
* Use pyproject.toml
1011

1112
3.1.0
1213
=====

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "django-pipeline"
77
requires-python = ">=3.9"
8-
version = "3.1.0"
8+
version = "4.0.0"
99
description = "Pipeline is an asset packaging library for Django."
1010
readme = "README.rst"
1111
authors = [{ "name" = "Timothée Peignier", "email" = "[email protected]" }]

0 commit comments

Comments
 (0)