Merge pull request #1331 from hugovk/appveyor_versioning

Update AppVeyor build number
This commit is contained in:
wiredfool 2015-07-05 23:34:13 -07:00
commit 7f354bb9cc
2 changed files with 5 additions and 5 deletions

View File

@ -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.
* [ ] 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`.
* [ ] Run pre-release check via `make pre`.

View File

@ -1,4 +1,4 @@
version: 2.9.pre.{build}
version: 3.0.pre.{build}
clone_folder: c:\pillow
init:
- ECHO %PYTHON%