Skip to content

Commit 0a59005

Browse files
committed
Release 2.5.0
1 parent 96de062 commit 0a59005

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff 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

1818
This 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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def run(self):
629629

630630
setup(
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",

0 commit comments

Comments
 (0)