mirror of https://github.com/zulip/zulip.git
pypi: Upgrade to release 0.5.5.
This commit is contained in:
parent
4126089679
commit
c9765da47d
|
@ -172,8 +172,8 @@ pyoembed==0.1.2
|
|||
# these tightly, including fetching content not included in the normal
|
||||
# release tarballs (which is a bug). So we need to pin it makes sense
|
||||
# to pin a version from Git rather than a release.
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.5.4#egg=zulip==0.5.4_git&subdirectory=zulip"
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.5.4#egg=zulip_bots==0.5.4+git&subdirectory=zulip_bots"
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.5.5#egg=zulip==0.5.5_git&subdirectory=zulip"
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.5.5#egg=zulip_bots==0.5.5+git&subdirectory=zulip_bots"
|
||||
|
||||
# Used for Hesiod lookups, etc.
|
||||
py3dns==3.2.0
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
|
||||
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/python-zulip-api.git@0.5.4#egg=zulip==0.5.4_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.4#egg=zulip_bots==0.5.4+git&subdirectory=zulip_bots
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.5#egg=zulip==0.5.5_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.5#egg=zulip_bots==0.5.5+git&subdirectory=zulip_bots
|
||||
alabaster==0.7.11
|
||||
apns2==0.4.1
|
||||
argon2-cffi==18.1.0
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
|
||||
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/python-zulip-api.git@0.5.4#egg=zulip==0.5.4_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.4#egg=zulip_bots==0.5.4+git&subdirectory=zulip_bots
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.5#egg=zulip==0.5.5_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.5#egg=zulip_bots==0.5.5+git&subdirectory=zulip_bots
|
||||
apns2==0.4.1
|
||||
argon2-cffi==18.1.0
|
||||
asn1crypto==0.23.0 # via cryptography
|
||||
|
|
|
@ -8,4 +8,4 @@ ZULIP_VERSION = "1.9.0-rc2+git"
|
|||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
|
||||
PROVISION_VERSION = '26.7'
|
||||
PROVISION_VERSION = '26.8'
|
||||
|
|
Loading…
Reference in New Issue