Skip to content

Commit

Permalink
Merge pull request mozilla-releng#15 from escapewindow/0.7.0-prep
Browse files Browse the repository at this point in the history
0.7.0
  • Loading branch information
escapewindow committed Sep 24, 2016
2 parents 0078803 + edf2cf0 commit 740c38a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.7.0] - 2016-09-23
### Added
- added `DownloadError` exception for `download_file`
- added `scriptworker.task.download_artifacts`
Expand Down
2 changes: 1 addition & 1 deletion scriptworker/version.py
Expand Up @@ -49,7 +49,7 @@ def get_version_string(version):

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


Expand Down
4 changes: 2 additions & 2 deletions version.json
@@ -1,8 +1,8 @@
{
"version": [
0,
6,
7,
0
],
"version_string": "0.6.0"
"version_string": "0.7.0"
}

0 comments on commit 740c38a

Please sign in to comment.