Skip to content

Commit 86e7ace

Browse files
committed
Merge branch 'main' into 2.1-branch
2 parents d2b8428 + d84ad40 commit 86e7ace

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.1rc4 (2026-03-10)
2+
===================
3+
4+
- Add static `license` specifier `LicenseRef-Repoze-BSD-derived` to the package
5+
metadata to satisfy SPDX license format.
6+
17
2.1rc3 (2026-03-09)
28
===================
39

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ where = ["src"]
77

88
[project]
99
name = "pyramid"
10-
version = "2.1rc3"
10+
version = "2.1rc4"
1111
description = "The Pyramid Web Framework, a Pylons project"
1212

1313
authors = [
1414
{name = "Chris McDonough, Agendaless Consulting", email = "pylons-discuss@googlegroups.com"},
1515
]
16+
license = "LicenseRef-Repoze-BSD-derived"
1617
license-files = ["LICENSE.txt"]
1718

1819
readme = {file = "README.rst", content-type = "text/x-rst"}

0 commit comments

Comments
 (0)