Skip to content

Commit

Permalink
8.1.1 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Feb 13, 2018
1 parent 18cf090 commit 4f7e9a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [8.1.1] - 2018-02-13
### Fixed
- Freeze aiohttp to 2.x.y

## [8.1.0] - 2018-01-31
### Added
- `valid_vcs_rules`, `source_env_prefix`, `extra_run_task_arguments` depend on `cot_product`
Expand Down
2 changes: 1 addition & 1 deletion scriptworker/version.py
Expand Up @@ -52,7 +52,7 @@ def get_version_string(version):

# 1}}}
# Semantic versioning 2.0.0 http://semver.org/
__version__ = (8, 1, 0)
__version__ = (8, 1, 1)
__version_string__ = get_version_string(__version__)


Expand Down
4 changes: 2 additions & 2 deletions version.json
Expand Up @@ -2,7 +2,7 @@
"version": [
8,
1,
0
1
],
"version_string": "8.1.0"
"version_string": "8.1.1"
}

0 comments on commit 4f7e9a8

Please sign in to comment.