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

@ -42,7 +42,7 @@ import logging
import six
from typing import Any, Callable, Dict, Iterable, IO, List, Mapping, Optional, Text, Tuple, Union
__version__ = "0.5.3"
__version__ = "0.5.4"
logger = logging.getLogger(__name__)