We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33db56d commit cc538f6Copy full SHA for cc538f6
CHANGELOG.md
@@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning][].
5
6
This document follows the conventions laid out in [Keep a CHANGELOG][].
7
8
-## [unreleased][]
+## [2.4.0][]
9
10
### Added
11
setup.py
@@ -622,7 +622,7 @@ def run(self):
622
623
setup(
624
name="pythonnet",
625
- version="2.4.0-rc2",
+ version="2.4.0",
626
description=".Net and Mono integration for Python",
627
url="https://pythonnet.github.io/",
628
license="MIT",
src/runtime/resources/clr.py
@@ -2,7 +2,7 @@
2
Code in this module gets loaded into the main clr module.
3
"""
4
-__version__ = "2.4.0-rc2"
+__version__ = "2.4.0"
class clrproperty(object):
0 commit comments