Skip to content

Commit 91b7149

Browse files
committed
Update changelog
1 parent c96dc1e commit 91b7149

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v4.12.0
2+
=======
3+
4+
* py-93259: Now raise ``ValueError`` when ``None`` or an empty
5+
string are passed to ``Distribution.from_name`` (and other
6+
callers).
7+
18
v4.11.4
29
=======
310

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
pattern=r'PEP[- ](?P<pep_number>\d+)',
2121
url='https://peps.python.org/pep-{pep_number:0>4}/',
2222
),
23+
dict(
24+
pattern=r'(Python #|py-)(?P<python>\d+)',
25+
url='https://github.com/python/cpython/issues/{python}',
26+
),
2327
],
2428
)
2529
}

0 commit comments

Comments
 (0)