Skip to content

Commit

Permalink
29.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Nov 12, 2019
1 parent ea3ff67 commit e7d4a63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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/).

## [29.0.0] - 2019-11-12
### Changed
- The default `taskcluster_root_url` is now `https://firefox-ci-tc.services.mozilla.com/`
- Updated the scriptworker worker pool list

## [28.0.0] - 2019-11-08
### Added
- `retry_async_decorator`
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__ = (28, 0, 0)
__version__ = (29, 0, 0)
__version_string__ = get_version_string(__version__)


Expand Down
4 changes: 2 additions & 2 deletions version.json
@@ -1,8 +1,8 @@
{
"version":[
28,
29,
0,
0
],
"version_string":"28.0.0"
"version_string":"29.0.0"
}

0 comments on commit e7d4a63

Please sign in to comment.