diff --git a/HISTORY.rst b/HISTORY.rst index 5ac8da18..ce487b06 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -37,3 +37,12 @@ Release History - Bump to latest aea version 0.1.2 - Static type checking with Mypy - Test/bug fixes + +0.1.6 (2019-09-23) +------------------- + +- Updates docs to latest code base +- Bumps to latest aea version 0.1.4 +- Adds versioning to TAC via `version_id` +- Ports `tac` protocol from aea repo +- Multiple small fixes diff --git a/tac/__version__.py b/tac/__version__.py index d8f91688..75006734 100644 --- a/tac/__version__.py +++ b/tac/__version__.py @@ -23,7 +23,7 @@ __title__ = 'tac' __description__ = 'Trading Agent Competition agents' __url__ = 'https://github.com/fetchai/agents-tac.git' -__version__ = '0.1.5' +__version__ = '0.1.6' __author__ = 'Fetch.AI Limited' __license__ = 'Apache 2.0' __copyright__ = '2019 Fetch.AI Limited'