Skip to content

Commit

Permalink
Merge pull request #233 from escapewindow/12_1_0
Browse files Browse the repository at this point in the history
12.1.0
  • Loading branch information
escapewindow committed Jun 6, 2018
2 parents dd7b974 + 3e72dfd commit a7a5b6f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [12.1.0] - 2018-06-05
### Changed
- added `loop_function` kwarg to `sync_main` for testing

### Fixed
- fixed tests against aiohttp 3.3.0
- fixed concurrent test intermittent errors

## [12.0.1] - 2018-05-31
### Fixed
- fixed `mobile` `prebuilt_docker_image_task_types`
Expand Down
2 changes: 1 addition & 1 deletion scriptworker/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_version_string(version):

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


Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": [
12,
0,
1
1,
0
],
"version_string": "12.0.1"
"version_string": "12.1.0"
}

0 comments on commit a7a5b6f

Please sign in to comment.