Skip to content

Commit cc538f6

Browse files
committed
Bump version to 2.4.0
1 parent 33db56d commit cc538f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
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

+1-1
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

+1-1
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
class clrproperty(object):

0 commit comments

Comments
 (0)