mirror of https://github.com/zulip/zulip.git
Bump API version
(imported from commit 2366dbabbb0395676bfe7ad908ce362c3aca84c2)
This commit is contained in:
parent
80e452af82
commit
e3b72155b8
|
@ -33,7 +33,7 @@ from distutils.version import LooseVersion
|
||||||
from ConfigParser import SafeConfigParser
|
from ConfigParser import SafeConfigParser
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.1.5"
|
__version__ = "0.1.6"
|
||||||
|
|
||||||
# Check that we have a recent enough version
|
# Check that we have a recent enough version
|
||||||
# Older versions don't provide the 'json' attribute on responses.
|
# Older versions don't provide the 'json' attribute on responses.
|
||||||
|
|
Loading…
Reference in New Issue