File tree 4 files changed +10
-8
lines changed
4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ This project adheres to [Semantic Versioning][].
5
5
6
6
This document follows the conventions laid out in [ Keep a CHANGELOG] [ ] .
7
7
8
- ## [ 2.2.0] [ ]
8
+ ## [ 2.2.1] [ ] - 2017-01-26
9
+
10
+ ` v2.2.0 ` had a release issue on pypi. Bumped to ` v2.2.1 `
9
11
10
12
### Added
11
13
@@ -455,9 +457,9 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
455
457
456
458
[ semantic versioning ] : http://semver.org/
457
459
458
- [ unreleased ] : ../../compare/v2.2.0 ...HEAD
460
+ [ unreleased ] : ../../compare/v2.2.1 ...HEAD
459
461
460
- [ 2.2.0 ] : ../../compare/v2.2.0-dev1...v2.2.0
462
+ [ 2.2.1 ] : ../../compare/v2.2.0-dev1...v2.2.1
461
463
462
464
[ 2.2.0-dev1 ] : ../../compare/v2.1.0...v2.2.0-dev1
463
465
Original file line number Diff line number Diff line change 1
- version : 2.2.0 -build{build}
1
+ version : 2.2.1 -build{build}
2
2
3
3
platform :
4
4
- x86
@@ -46,8 +46,8 @@ install:
46
46
- " %PYTHON%\\ python.exe -m pip install six"
47
47
48
48
build_script :
49
- # build wheel
50
- - " %PYTHON%\\ python.exe setup.py bdist_wheel"
49
+ # build clean sdist & wheel
50
+ - " %PYTHON%\\ python.exe setup.py sdist bdist_wheel"
51
51
52
52
# build and dist conda package
53
53
- cmd : " %CMD_IN_ENV% %CONDA_BLD%\\ Scripts\\ conda build conda.recipe"
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ def _get_interop_filename():
338
338
339
339
setup (
340
340
name = "pythonnet" ,
341
- version = "2.2.0 " ,
341
+ version = "2.2.1 " ,
342
342
description = ".Net and Mono integration for Python" ,
343
343
url = 'https://pythonnet.github.io/' ,
344
344
license = 'MIT' ,
Original file line number Diff line number Diff line change 2
2
Code in this module gets loaded into the main clr module.
3
3
"""
4
4
5
- __version__ = "2.2.0 "
5
+ __version__ = "2.2.1 "
6
6
7
7
8
8
class clrproperty (object ):
You can’t perform that action at this time.
0 commit comments