Skip to content

Commit

Permalink
15.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince committed Sep 11, 2018
1 parent 457395e commit 0c05caf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [15.0.4] - 2018-09-11
### Added
- Allow staging branches access to staging ship-it and mock snap workers.

### Fixed
- Retry download artifacts on timeouts.

## [15.0.3] - 2018-09-05
### Added
- Allow mozilla-central to update bouncer locations.
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__ = (15, 0, 3)
__version__ = (15, 0, 4)
__version_string__ = get_version_string(__version__)


Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": [
15,
0,
3
4
],
"version_string": "15.0.3"
"version_string": "15.0.4"
}

0 comments on commit 0c05caf

Please sign in to comment.