File tree Expand file tree Collapse file tree 4 files changed +8
-14
lines changed
Expand file tree Collapse file tree 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][].
55
66This document follows the conventions laid out in [ Keep a CHANGELOG] [ ] .
77
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
179
1810### Fixed
1911
20- - Fixed ` FooBar ` bug
12+ - Missing files from packaging ( # 336 )
2113
2214## [ 2.2.1] [ ] - 2017-01-26
2315
@@ -488,7 +480,9 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
488480
489481[ semantic versioning ] : http://semver.org/
490482
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
492486
493487[ 2.2.1 ] : ../../compare/v2.2.0-dev1...v2.2.1
494488
Original file line number Diff line number Diff line change 1- version : 2.2.1-build {build}
1+ version : ' {branch}- {build}'
22
33platform :
44 - x86
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ def _get_interop_filename():
338338
339339 setup (
340340 name = "pythonnet" ,
341- version = "2.2.1 " ,
341+ version = "2.2.2 " ,
342342 description = ".Net and Mono integration for Python" ,
343343 url = 'https://pythonnet.github.io/' ,
344344 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.2.1 "
5+ __version__ = "2.2.2 "
66
77
88class clrproperty (object ):
You can’t perform that action at this time.
0 commit comments