Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit c95b8f3

Browse files
committed
Update CHANGELOG for v2.2.2
1 parent d119d1b commit c95b8f3

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

CHANGELOG.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,11 @@ This project adheres to [Semantic Versioning][].
55

66
This 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

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.2.1-build{build}
1+
version: '{branch}-{build}'
22

33
platform:
44
- x86

setup.py

+1-1
Original file line numberDiff line numberDiff 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',

src/runtime/resources/clr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Code in this module gets loaded into the main clr module.
33
"""
44

5-
__version__ = "2.2.1"
5+
__version__ = "2.2.2"
66

77

88
class clrproperty(object):

0 commit comments

Comments
 (0)