This repository was archived by the owner on Sep 16, 2022. It is now read-only.
File tree 4 files changed +8
-14
lines changed
4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,11 @@ This project adheres to [Semantic Versioning][].
5
5
6
6
This document follows the conventions laid out in [ Keep a CHANGELOG] [ ] .
7
7
8
- ## [ unreleased] [ ]
9
-
10
- ### Added
11
-
12
- - New ` Foo ` feature
13
-
14
- ### Changed
15
-
16
- - Changed ` Bar ` feature
8
+ ## [ 2.2.2] [ ] - 2017-01-29
17
9
18
10
### Fixed
19
11
20
- - Fixed ` FooBar ` bug
12
+ - Missing files from packaging ( # 336 )
21
13
22
14
## [ 2.2.1] [ ] - 2017-01-26
23
15
@@ -488,7 +480,9 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
488
480
489
481
[ semantic versioning ] : http://semver.org/
490
482
491
- [ unreleased ] : ../../compare/v2.2.1...HEAD
483
+ [ unreleased ] : ../../compare/v2.2.2...HEAD
484
+
485
+ [ 2.2.2 ] : ../../compare/v2.2.1...v2.2.2
492
486
493
487
[ 2.2.1 ] : ../../compare/v2.2.0-dev1...v2.2.1
494
488
Original file line number Diff line number Diff line change 1
- version : 2.2.1-build {build}
1
+ version : ' {branch}- {build}'
2
2
3
3
platform :
4
4
- x86
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.1 " ,
341
+ version = "2.2.2 " ,
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.1 "
5
+ __version__ = "2.2.2 "
6
6
7
7
8
8
class clrproperty (object ):
You can’t perform that action at this time.
0 commit comments