Skip to content

Commit 5bbf051

Browse files
authored
Bump version for release v5.4.1 (#390)
Signed-off-by: tdruez <[email protected]>
1 parent ac58d7f commit 5bbf051

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release notes
22
=============
33

4+
### Version 5.4.1
5+
6+
- Upgrade Django to latest security release 5.2.7
7+
Also upgrade dependencies to latest releases.
8+
https://github.com/aboutcode-org/dejacode/pull/389
9+
410
### Version 5.4.0
511

612
- Upgrade Python version to 3.13 and Django to 5.2.x

dejacode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import git
1616

17-
VERSION = "5.4.0"
17+
VERSION = "5.4.1"
1818

1919
PROJECT_DIR = Path(__file__).resolve().parent
2020
ROOT_DIR = PROJECT_DIR.parent

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dejacode"
7-
version = "5.4.0"
7+
version = "5.4.1"
88
description = "Automate open source license compliance and ensure supply chain integrity"
99
readme = "README.rst"
1010
requires-python = ">=3.13,<3.14"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: pip-25.1.1-py3-none-any.whl
2+
name: pip
3+
version: 25.1.1
4+
download_url: https://files.pythonhosted.org/packages/29/a2/d40fb2460e883eca5199c62cfc2463fd261f760556ae6290f88488c362c0/pip-25.1.1-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mit
7+
copyright: Copyright pip project contributors
8+
attribute: yes
9+
checksum_md5: 6a01d861bf88ee075c6942419a04839d
10+
checksum_sha1: 30c8926cbf1c22cb4b692e0f80d7f86c7bc38cdb
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE

0 commit comments

Comments
 (0)