File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
13
13
14
14
### Fixed
15
15
16
- ## [ 2.5.0-rc2 ] [ ] - 2020-06-07
16
+ ## [ 2.5.0] [ ] - 2020-06-14
17
17
18
18
This version improves performance on benchmarks significantly compared to 2.3.
19
19
@@ -52,6 +52,7 @@ This version improves performance on benchmarks significantly compared to 2.3.
52
52
- Marked ` Runtime.OperatingSystemName ` and ` Runtime.MachineName ` as
53
53
` Obsolete ` , should never have been ` public ` in the first place. They also
54
54
don't necessarily return a result that matches the ` platform ` module's.
55
+ - Unconditionally depend on ` pycparser ` for the interop module generation
55
56
56
57
### Fixed
57
58
Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ def run(self):
629
629
630
630
setup (
631
631
name = "pythonnet" ,
632
- version = "2.5.0rc2 " ,
632
+ version = "2.5.0 " ,
633
633
description = ".Net and Mono integration for Python" ,
634
634
url = "https://pythonnet.github.io/" ,
635
635
license = "MIT" ,
You can’t perform that action at this time.
0 commit comments