Add updated submodule in pillow-wheels [ci skip]

This commit is contained in:
Andrew Murray 2018-08-28 20:42:29 +10:00
parent 353159c74f
commit c6ea6a1cc2

View File

@ -94,6 +94,7 @@ Released as needed privately to individual vendors for critical security-related
$ git fetch --all
$ git checkout [[release tag]]
$ cd ..
$ git add Pillow
$ git commit -m "Pillow -> 5.2.0" Pillow
$ git push
```