Skip to content

Commit f74c1b4

Browse files
authored
chore: bump version to v37.0.0 for release (#2091)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 876b113 commit f74c1b4

3 files changed

Lines changed: 22 additions & 8 deletions

File tree

CHANGELOG.rst

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,32 @@
11
Changelog
22
=========
33

4-
**v36 Breaking Change:** PostgreSQL 17 is now required (previously 13).
4+
**v37 Breaking Changes:**
55

6-
Docker Compose users with existing data: run `./migrate-pg13-to-17.sh` before starting
7-
the stack.
8-
Fresh installations require no action.
6+
- Drop support for Python3.10 and Python3.11
97

10-
v37.0.0 (unreleased)
8+
v37.0.0 (2026-03-11)
119
--------------------
1210

1311
- Upgrade Django to release 6.x
1412

15-
- Drop support for Python3.10 and Python3.11
13+
- Remove the chown service in compose file
14+
https://github.com/aboutcode-org/scancode.io/issues/2086
15+
16+
- Replace plain-text DRF token with PBKDF2-hashed API token
17+
https://github.com/aboutcode-org/scancode.io/issues/2087
18+
19+
- Rename "Grammar" optional step group to "Antlr" in d2d pipeline
20+
https://github.com/aboutcode-org/scancode.io/issues/2059
21+
22+
- Fix URL-encode programming language filter values in resource list
23+
https://github.com/aboutcode-org/scancode.io/issues/2079
24+
25+
**v36 Breaking Change:** PostgreSQL 17 is now required (previously 13).
26+
27+
Docker Compose users with existing data: run `./migrate-pg13-to-17.sh` before starting
28+
the stack.
29+
Fresh installations require no action.
1630

1731
v36.1.0 (2026-01-22)
1832
--------------------

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 = "scancodeio"
7-
version = "36.1.0"
7+
version = "37.0.0"
88
description = "Automate software composition analysis pipelines"
99
readme = "README.rst"
1010
requires-python = ">=3.12,<3.15"

scancodeio/__init__.py

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

2929
import git
3030

31-
VERSION = "36.1.0"
31+
VERSION = "37.0.0"
3232

3333
PROJECT_DIR = Path(__file__).resolve().parent
3434
ROOT_DIR = PROJECT_DIR.parent

0 commit comments

Comments
 (0)