Skip to content

Commit

Permalink
Merge pull request mozilla-releng#299 from mitchhentges/release-17.2.1
Browse files Browse the repository at this point in the history
17.2.1
  • Loading branch information
mitchhentges committed Jan 11, 2019
2 parents ab5daa9 + 1915289 commit 5cbbdab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [upcoming]
## [17.2.1]
### Changed
- added `fenix` to the list of approved repositories

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__ = (17, 2, 0)
__version__ = (17, 2, 1)
__version_string__ = get_version_string(__version__)


Expand Down
6 changes: 3 additions & 3 deletions version.json
Expand Up @@ -2,7 +2,7 @@
"version": [
17,
2,
0
1
],
"version_string": "17.2.0"
}
"version_string": "17.2.1"
}

0 comments on commit 5cbbdab

Please sign in to comment.