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
This repository was archived by the owner on Jul 22, 2023. It is now read-only.
/pythonnetPublic archive
forked frompythonnet/pythonnet

Commitcc538f6

Browse files
committed
Bump version to 2.4.0
1 parent33db56d commitcc538f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning][].
55

66
This document follows the conventions laid out in[Keep a CHANGELOG][].
77

8-
##[unreleased][]
8+
##[2.4.0][]
99

1010
###Added
1111

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ def run(self):
622622

623623
setup(
624624
name="pythonnet",
625-
version="2.4.0-rc2",
625+
version="2.4.0",
626626
description=".Net and Mono integration for Python",
627627
url="https://pythonnet.github.io/",
628628
license="MIT",

‎src/runtime/resources/clr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Code in this module gets loaded into the main clr module.
33
"""
44

5-
__version__="2.4.0-rc2"
5+
__version__="2.4.0"
66

77

88
classclrproperty(object):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp