mirror of https://github.com/zulip/zulip.git
Revert "Special CUSTOMER4 API release."
This reverts commit 47a8590a8b821cb1e2c8930f02a6bfbd42174af1. (imported from commit fe336cce0bff798e9961ad2a66d942722ebbba86)
This commit is contained in:
parent
8ae102a99b
commit
4280affd1f
|
@ -33,7 +33,7 @@ from distutils.version import LooseVersion
|
|||
from ConfigParser import SafeConfigParser
|
||||
|
||||
|
||||
__version__ = "0.1.4~customer4"
|
||||
__version__ = "0.1.4"
|
||||
|
||||
# Check that we have a recent enough version
|
||||
# Older versions don't provide the 'json' attribute on responses.
|
||||
|
|
Loading…
Reference in New Issue