Skip to content

Commit

Permalink
Merge pull request #132 from fetchai/wip/release-0.1.5
Browse files Browse the repository at this point in the history
Release 0.1.5
  • Loading branch information
DavidMinarsch authored Sep 26, 2019
2 parents 1c8c5b0 + 2506a0b commit d681feb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ Release History

- Adds cli functionality to add connections
- Multiple additional minor fixes and changes

0.1.5 (2019-09-26)
-------------------

- Adds scaffolding command to the CLI tool
- Extended docs
- Increased test coverage
- Multiple additional minor fixes and changes
2 changes: 1 addition & 1 deletion aea/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__title__ = 'aea'
__description__ = 'Autonomous Economic Agent framework'
__url__ = 'https://github.com/fetchai/agents-aea.git'
__version__ = '0.1.4'
__version__ = '0.1.5'
__author__ = 'Fetch.AI Limited'
__license__ = 'Apache 2.0'
__copyright__ = '2019 Fetch.AI Limited'
2 changes: 1 addition & 1 deletion develop-image/docker-env.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

DOCKER_IMAGE_TAG=aea-develop:0.1.4
DOCKER_IMAGE_TAG=aea-develop:0.1.5
DOCKER_BUILD_CONTEXT_DIR=..
DOCKERFILE=./Dockerfile

0 comments on commit d681feb

Please sign in to comment.