Skip to content

Commit e80db0e

Browse files
authored
Release 5.4.0 (#382)
Signed-off-by: tdruez <[email protected]>
1 parent 9dde073 commit e80db0e

File tree

6 files changed

+45
-3
lines changed

6 files changed

+45
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release notes
22
=============
33

4-
### Version 5.3.1-dev (unreleased)
4+
### Version 5.4.0
55

66
- Upgrade Python version to 3.13 and Django to 5.2.x
77
https://github.com/aboutcode-org/dejacode/pull/315

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.3.1-dev"
17+
VERSION = "5.4.0"
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.3.1-dev"
7+
version = "5.4.0"
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: drf_yasg-1.21.10-py3-none-any.whl
2+
name: drf-yasg
3+
version: 1.21.10
4+
download_url: https://files.pythonhosted.org/packages/ac/39/c833f775973944b378d76aeea2269e5d3d3d6528b08f1a4d774cb4cbdb3f/drf_yasg-1.21.10-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new
7+
copyright: Copyright drf-yasg project contributors
8+
attribute: yes
9+
checksum_md5: 868d39a768435043577a7c94a1ca2ba1
10+
checksum_sha1: 7c50f634848b6f4b4a46add48c7904a23124e91b
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: inflection-0.5.1-py2.py3-none-any.whl
2+
name: inflection
3+
version: 0.5.1
4+
download_url: https://files.pythonhosted.org/packages/59/91/aa6bde563e0085a02a435aa99b49ef75b0a4b062635e606dab23ce18d720/inflection-0.5.1-py2.py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mit
7+
copyright: Copyright inflection project contributors
8+
attribute: yes
9+
checksum_md5: 8c12f5ff8ebd8c4e5e0767cab635100f
10+
checksum_sha1: 34b129b8a4df2b62019a83633b77525022616acd
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: pytz-2025.2-py2.py3-none-any.whl
2+
name: pytz
3+
version: '2025.2'
4+
download_url: https://files.pythonhosted.org/packages/81/c4/34e93fe5f5429d7570ec1fa436f1986fb1f00c3e0f43a589fe2bbcd22c3f/pytz-2025.2-py2.py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mit
7+
copyright: Copyright pytz project contributors
8+
attribute: yes
9+
checksum_md5: 51ad498990b93bab1efdb6ecce983474
10+
checksum_sha1: fe7938b9d92a0da600ee2af52538405e769fbca4
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE

0 commit comments

Comments
 (0)