Skip to content

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

Lines changed: 5 additions & 11 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy