APNs: Replace apns dependency with apns2.

This is "PyAPNs2", which implements Apple's new (since 2015)
APNs provider API.
This commit is contained in:
Greg Price
2017-08-18 15:56:37 -07:00
committed by Tim Abbott
parent ba673526ab
commit c6d9fbd87b
4 changed files with 12 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
ZULIP_VERSION = "1.6.0+git"
PROVISION_VERSION = '9.2'
PROVISION_VERSION = '9.3'