Skip to content

Commit 2354804

Browse files
authored
Merge pull request #14 from conan-io/release/1.17.4
Release/1.17.4
2 parents 007bdea + c200b9e commit 2354804

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![Build Status](https://travis-ci.org/conan-io/python-patch-ng.svg?branch=master)](https://travis-ci.org/conan-io/python-patch-ng)
1+
[![Build Status Travis CI](https://travis-ci.org/conan-io/python-patch-ng.svg?branch=master)](https://travis-ci.org/conan-io/python-patch-ng)
2+
[![Build status Appveyor](https://ci.appveyor.com/api/projects/status/i4r6lf62slvx82db?svg=true)](https://ci.appveyor.com/project/ConanCIintegration/python-patch-ng)
23
[![PyPI](https://img.shields.io/pypi/v/patch-ng)](https://pypi.python.org/pypi/patch-ng)
34

45
## Patch NG (New Generation)

appveyor.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
build: false
2+
3+
environment:
4+
5+
matrix:
6+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
7+
PYTHON: "C:\\Python27"
8+
PYTHON_ARCH: "32"
9+
PYTHON_VERSION: "2.7.x"
10+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
11+
PYTHON: "C:\\Python27-x64"
12+
PYTHON_ARCH: "64"
13+
PYTHON_VERSION: "2.7.x"
14+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
15+
PYTHON: "C:\\Python38"
16+
PYTHON_ARCH: "32"
17+
PYTHON_VERSION: "3.8.x"
18+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
19+
PYTHON: "C:\\Python38-x64"
20+
PYTHON_ARCH: "64"
21+
PYTHON_VERSION: "3.8.x"
22+
23+
test_script:
24+
- python tests/run_tests.py

patch_ng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from __future__ import print_function
3232

3333
__author__ = "Conan.io <info@conan.io>"
34-
__version__ = "1.17.3"
34+
__version__ = "1.17.4"
3535
__license__ = "MIT"
3636
__url__ = "https://github.com/conan-io/python-patch"
3737

0 commit comments

Comments
 (0)