File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
11
11
### Changed
12
12
### Fixed
13
13
14
+ ## [ 3.0.5] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.5 ) - 2024-12-13
15
+
16
+ ### Added
17
+
18
+ - Support for Python 3.13 (#2454 )
19
+
14
20
15
21
## [ 3.0.4] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.4 ) - 2024-09-19
16
22
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Sources = "https://github.com/pythonnet/pythonnet"
55
55
[tool .setuptools ]
56
56
zip-safe = false
57
57
py-modules = [" clr" ]
58
+ license-files = []
58
59
59
60
[tool .setuptools .dynamic .version ]
60
61
file = " version.txt"
Original file line number Diff line number Diff line change 12
12
<RepositoryUrl >https://github.com/pythonnet/pythonnet</RepositoryUrl >
13
13
<RepositoryType >git</RepositoryType >
14
14
<PackageTags >python interop dynamic dlr Mono pinvoke</PackageTags >
15
- <PackageIcon >python-clear.png</PackageIcon >
16
- <PackageIconUrl >https://raw.githubusercontent.com/pythonnet/pythonnet/master/src/console/python-clear.ico</PackageIconUrl >
17
15
<PackageProjectUrl >https://pythonnet.github.io/</PackageProjectUrl >
18
16
<PackageReadmeFile >README.md</PackageReadmeFile >
19
17
<PublishRepositoryUrl >true</PublishRepositoryUrl >
48
46
<ItemGroup >
49
47
<None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " />
50
48
<None Include =" README.md" Pack =" true" PackagePath =" " />
51
- <None Include =" ..\..\src\console\python-clear.png" Pack =" true" PackagePath =" " />
52
49
</ItemGroup >
53
50
54
51
<ItemGroup >
You can’t perform that action at this time.
0 commit comments