mirror of https://github.com/zulip/zulip.git
requirements: Upgrade django-bitfield to 1.9.2.
This commit is contained in:
parent
ddbe877909
commit
a768c94f9d
|
@ -47,7 +47,7 @@ diff-match-patch==20121119
|
|||
django-auth-ldap==1.2.10
|
||||
|
||||
# Django extension providing bitfield support
|
||||
git+https://github.com/disqus/django-bitfield.git#egg=django-bitfield==1.9.1
|
||||
django-bitfield==1.9.2
|
||||
|
||||
# Django-guardian is actually no longer used; just needed for the
|
||||
# migration that removes it.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
ZULIP_VERSION = "1.5.1+git"
|
||||
PROVISION_VERSION = '4.19'
|
||||
PROVISION_VERSION = '4.20'
|
||||
|
|
Loading…
Reference in New Issue