Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Feb 2, 2017
1 parent 7e790cf commit f8c11b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.1] - 2017-02-02
### Fixed
- `get_artifact_url` now works with `taskcluster==1.0.2`, while keeping 0.3.x compatibility
- more verbose upload status

## [2.1.0] - 2017-01-31
### Added
- `intermittent-task` status
Expand Down
2 changes: 1 addition & 1 deletion scriptworker/version.py
Expand Up @@ -50,7 +50,7 @@ def get_version_string(version):

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


Expand Down
10 changes: 5 additions & 5 deletions version.json
@@ -1,8 +1,8 @@
{
"version": [
2,
1,
0
],
"version_string": "2.1.0"
2,
1,
1
],
"version_string": "2.1.1"
}

0 comments on commit f8c11b7

Please sign in to comment.