mirror of https://github.com/zulip/zulip.git
python-zulip-api: Upgrade to release 0.4.0.
This commit is contained in:
parent
ec207e5697
commit
30795c864d
|
@ -167,8 +167,8 @@ pyoembed==0.1.2
|
|||
# The Zulip API bindings, from its own repository.
|
||||
# We integrate with these tightly, so often it makes sense to pin a
|
||||
# version from Git rather than a release.
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.3.9#egg=zulip==0.3.9_git&subdirectory=zulip"
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.3.9#egg=zulip_bots==0.3.9+git&subdirectory=zulip_bots"
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.4.0#egg=zulip==0.4.0_git&subdirectory=zulip"
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.4.0#egg=zulip_bots==0.4.0+git&subdirectory=zulip_bots"
|
||||
|
||||
# Used for Hesiod lookups, etc.
|
||||
py3dns==3.1.0
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
||||
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
||||
git+https://github.com/zulip/virtualenv-clone.git@44e831da39ffb6b9bb5c7d103d98babccdca0456#egg=virtualenv-clone==0.2.6.zulip1
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.3.9#egg=zulip==0.3.9_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.3.9#egg=zulip_bots==0.3.9+git&subdirectory=zulip_bots
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.4.0#egg=zulip==0.4.0_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.4.0#egg=zulip_bots==0.4.0+git&subdirectory=zulip_bots
|
||||
alabaster==0.7.10
|
||||
apns2==0.3.0
|
||||
argon2-cffi==16.3.0
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
||||
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
||||
git+https://github.com/zulip/virtualenv-clone.git@44e831da39ffb6b9bb5c7d103d98babccdca0456#egg=virtualenv-clone==0.2.6.zulip1
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.3.9#egg=zulip==0.3.9_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.3.9#egg=zulip_bots==0.3.9+git&subdirectory=zulip_bots
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.4.0#egg=zulip==0.4.0_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.4.0#egg=zulip_bots==0.4.0+git&subdirectory=zulip_bots
|
||||
apns2==0.3.0
|
||||
argon2-cffi==16.3.0
|
||||
asn1crypto==0.23.0 # via cryptography
|
||||
|
|
|
@ -8,4 +8,4 @@ ZULIP_VERSION = "1.7.1+git"
|
|||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
|
||||
PROVISION_VERSION = '14.3'
|
||||
PROVISION_VERSION = '14.4'
|
||||
|
|
Loading…
Reference in New Issue