Skip to content

Commit 8e4c9bd

Browse files
authored
Release pydoctor version 25.4.0 (#889)
* Unpin urllib3 version since pydoctor supports both versions: 1.x and 2.x.
1 parent 2420248 commit 8e4c9bd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ What's New?
7373
in development
7474
^^^^^^^^^^^^^^
7575

76+
pydoctor 25.4.0
77+
^^^^^^^^^^^^^^^
78+
7679
* Drop support for Python 3.8.
7780
* Add support for `Namespace Packages <https://packaging.python.org/en/latest/guides/packaging-namespace-packages>`_:
7881

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pydoctor
3-
version = 24.11.1.dev0
3+
version = 25.4.0.dev0
44
author = Michael Hudson-Doyle
55
author_email = micahel@gmail.com
66
maintainer = Maarten ter Huurne
@@ -24,6 +24,7 @@ classifiers =
2424
Programming Language :: Python :: 3.11
2525
Programming Language :: Python :: 3.12
2626
Programming Language :: Python :: 3.13
27+
Programming Language :: Python :: 3.14
2728
Programming Language :: Python :: Implementation :: CPython
2829
Programming Language :: Python :: Implementation :: PyPy
2930
Topic :: Documentation
@@ -38,7 +39,7 @@ install_requires =
3839
platformdirs
3940
CacheControl[filecache]>=0.12.14
4041
Twisted
41-
urllib3>=2.0
42+
urllib3
4243
requests
4344
attrs
4445
docutils>=0.17

0 commit comments

Comments
 (0)