File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ What's New?
73
73
in development
74
74
^^^^^^^^^^^^^^
75
75
76
+ pydoctor 25.4.0
77
+ ^^^^^^^^^^^^^^^
78
+
76
79
* Drop support for Python 3.8.
77
80
* Add support for `Namespace Packages <https://packaging.python.org/en/latest/guides/packaging-namespace-packages >`_:
78
81
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pydoctor
3
- version = 24.11.1 .dev0
3
+ version = 25.4.0 .dev0
4
4
author = Michael Hudson-Doyle
5
5
author_email = micahel@gmail.com
6
6
maintainer = Maarten ter Huurne
@@ -24,6 +24,7 @@ classifiers =
24
24
Programming Language :: Python :: 3.11
25
25
Programming Language :: Python :: 3.12
26
26
Programming Language :: Python :: 3.13
27
+ Programming Language :: Python :: 3.14
27
28
Programming Language :: Python :: Implementation :: CPython
28
29
Programming Language :: Python :: Implementation :: PyPy
29
30
Topic :: Documentation
@@ -38,7 +39,7 @@ install_requires =
38
39
platformdirs
39
40
CacheControl[filecache]>=0.12.14
40
41
Twisted
41
- urllib3>=2.0
42
+ urllib3
42
43
requests
43
44
attrs
44
45
docutils>=0.17
You can’t perform that action at this time.
0 commit comments