mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 02:06:18 +03:00
Update AppVeyor build number
This commit is contained in:
parent
1a5f9cfac6
commit
f0e0e7a167
|
@ -9,7 +9,7 @@ Released quarterly on the first day of January, April, July, October.
|
||||||
* [ ] Check [Travis CI](https://travis-ci.org/python-pillow/Pillow) to confirm passing tests in ``master`` branch.
|
* [ ] Check [Travis CI](https://travis-ci.org/python-pillow/Pillow) to confirm passing tests in ``master`` branch.
|
||||||
* [ ] In compliance with https://www.python.org/dev/peps/pep-0440/, update version identifier in:
|
* [ ] In compliance with https://www.python.org/dev/peps/pep-0440/, update version identifier in:
|
||||||
```
|
```
|
||||||
PIL/__init__.py setup.py _imaging.c
|
PIL/__init__.py setup.py _imaging.c appveyor.yml
|
||||||
```
|
```
|
||||||
* [ ] Update `CHANGES.rst`.
|
* [ ] Update `CHANGES.rst`.
|
||||||
* [ ] Run pre-release check via `make pre`.
|
* [ ] Run pre-release check via `make pre`.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: 2.9.pre.{build}
|
version: 3.0.pre.{build}
|
||||||
clone_folder: c:\pillow
|
clone_folder: c:\pillow
|
||||||
init:
|
init:
|
||||||
- ECHO %PYTHON%
|
- ECHO %PYTHON%
|
||||||
|
|
Loading…
Reference in New Issue
Block a user