pypi: Release version 0.5.4.

Starting now, we now also have a CHANGELOG to record major changes
to the zulip package.
This commit is contained in:
Eeshan Garg 2018-08-31 17:25:55 -02:30
parent 256a17fa94
commit 048fa79a7c
4 changed files with 11 additions and 3 deletions

View file

@ -10,7 +10,7 @@ import subprocess
if False:
from typing import Any, Dict, Optional
ZULIP_BOTS_VERSION = "0.5.3"
ZULIP_BOTS_VERSION = "0.5.4"
IS_PYPA_PACKAGE = False