Skip to content

Commit

Permalink
Update version to release v4 (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
peymanslh authored Dec 6, 2024
1 parent 633bd81 commit c5ad9cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]" }]
Expand Down

0 comments on commit c5ad9cc

Please sign in to comment.