Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89c505b

Browse files
committed
Bump version to v2.2.1
Prior v2.2.0 release blocked upload.
1 parent3125120 commit89c505b

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

‎CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ This project adheres to [Semantic Versioning][].
55

66
This document follows the conventions laid out in[Keep a CHANGELOG][].
77

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`
911

1012
###Added
1113

@@ -455,9 +457,9 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
455457

456458
[semantic versioning]:http://semver.org/
457459

458-
[unreleased]:../../compare/v2.2.0...HEAD
460+
[unreleased]:../../compare/v2.2.1...HEAD
459461

460-
[2.2.0]:../../compare/v2.2.0-dev1...v2.2.0
462+
[2.2.1]:../../compare/v2.2.0-dev1...v2.2.1
461463

462464
[2.2.0-dev1]:../../compare/v2.1.0...v2.2.0-dev1
463465

‎appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version:2.2.0-build{build}
1+
version:2.2.1-build{build}
22

33
platform:
44
-x86
@@ -46,8 +46,8 @@ install:
4646
-"%PYTHON%\\python.exe -m pip install six"
4747

4848
build_script:
49-
# build wheel
50-
-"%PYTHON%\\python.exe setup.py bdist_wheel"
49+
# buildclean sdist &wheel
50+
-"%PYTHON%\\python.exe setup.pysdistbdist_wheel"
5151

5252
# build and dist conda package
5353
-cmd:"%CMD_IN_ENV% %CONDA_BLD%\\Scripts\\conda build conda.recipe"

‎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.0",
341+
version="2.2.1",
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.0"
5+
__version__="2.2.1"
66

77

88
classclrproperty(object):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp