File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package :
22 name : pythonnet
3- version : " 2.4.0.dev0 "
3+ version : {{ GIT_DESCRIBE_VERSION }}
44
55build :
66 skip : True # [not win]
7- number : {{ environ.get(' GIT_DESCRIBE_NUMBER', 0) }}
7+ number : {{ GIT_DESCRIBE_NUMBER }}
88 {% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
99 {% else %}string: py{{ environ.get('PY_VER').replace('.', '') }}_{{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }}{% endif %}
1010
Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ def run(self):
517517
518518setup (
519519 name = "pythonnet" ,
520- version = "2.4.0.dev0 " ,
520+ version = "2.4.0-rc2 " ,
521521 description = ".Net and Mono integration for Python" ,
522522 url = 'https://pythonnet.github.io/' ,
523523 license = 'MIT' ,
Original file line number Diff line number Diff line change 22Code in this module gets loaded into the main clr module.
33"""
44
5- __version__ = "2.4.0.dev0 "
5+ __version__ = "2.4.0-rc2 "
66
77
88class clrproperty (object ):
You can’t perform that action at this time.
0 commit comments