File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 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][].
1313
1414### Fixed
1515
16- ## [ 2.5.0-rc2 ] [ ] - 2020-06-07
16+ ## [ 2.5.0] [ ] - 2020-06-14
1717
1818This version improves performance on benchmarks significantly compared to 2.3.
1919
@@ -52,6 +52,7 @@ This version improves performance on benchmarks significantly compared to 2.3.
5252- Marked ` Runtime.OperatingSystemName ` and ` Runtime.MachineName ` as
5353 ` Obsolete ` , should never have been ` public ` in the first place. They also
5454 don't necessarily return a result that matches the ` platform ` module's.
55+ - Unconditionally depend on ` pycparser ` for the interop module generation
5556
5657### Fixed
5758
Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ def run(self):
629629
630630setup (
631631 name = "pythonnet" ,
632- version = "2.5.0rc2 " ,
632+ version = "2.5.0 " ,
633633 description = ".Net and Mono integration for Python" ,
634634 url = "https://pythonnet.github.io/" ,
635635 license = "MIT" ,
You can’t perform that action at this time.
0 commit comments