Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #394 from fetchai/feat/release
Browse files Browse the repository at this point in the history
Prepare tac for release 0.1.7
  • Loading branch information
Totoual authored Oct 7, 2019
2 parents 8f66d46 + 1896e6a commit d93d359
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,30 @@ _Put an `x` in the boxes that apply._
## Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

DELETE INCLUSIVE THIS AND BELOW FOR STANDARD PR
------

## Release summary

Version number: [e.g. 1.0.1]

## Release details

Describe in short the main changes with the new release.

## Checklist

_Put an `x` in the boxes that apply._

- [ ] I have read the [CONTRIBUTING](../master/CONTRIBUTING.rst) doc
- [ ] I am making a pull request against the `master` branch (left side), from `develop`
- [ ] Lint and unit tests pass locally
- [ ] I built the documentation and updated it with the latest changes
- [ ] I've added an item in `HISTORY.rst` for this release
- [ ] I bumped the version number in the `tac/__version__.py` file.
- [ ] I bumped the version number in every Docker image of the repo and published it. Also, I built and published them with tag `latest`

## Further comments

Write here any other comment about the release, if any.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ Release History
- Adds versioning to TAC via `version_id`
- Ports `tac` protocol from aea repo
- Multiple small fixes

0.1.7 (2019-10-02)
-------------------

- Improves launcher gui
- Multiple small fixes
2 changes: 1 addition & 1 deletion tac/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__title__ = 'tac'
__description__ = 'Trading Agent Competition agents'
__url__ = 'https://github.com/fetchai/agents-tac.git'
__version__ = '0.1.6'
__version__ = '0.1.7'
__author__ = 'Fetch.AI Limited'
__license__ = 'Apache 2.0'
__copyright__ = '2019 Fetch.AI Limited'

0 comments on commit d93d359

Please sign in to comment.