File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11Release 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
Original file line number Diff line number Diff line change 1414
1515import git
1616
17- VERSION = "5.4.0 "
17+ VERSION = "5.4.1 "
1818
1919PROJECT_DIR = Path (__file__ ).resolve ().parent
2020ROOT_DIR = PROJECT_DIR .parent
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " dejacode"
7- version = " 5.4.0 "
7+ version = " 5.4.1 "
88description = " Automate open source license compliance and ensure supply chain integrity"
99readme = " README.rst"
1010requires-python = " >=3.13,<3.14"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments