Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a59005

Browse files
committed
Release 2.5.0
1 parent96de062 commit0a59005

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp