Skip to content

Commit

Permalink
10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince committed Apr 10, 2018
1 parent cc271ad commit cd9dc85
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [10.4.0] - 2018-04-13
### Added
- added restricted scopes for thunderbird

### Changed
- update the output filenames of `create_gpg_keys`
- updated the docs to not hardcode cltsign.
- update release instructions to generate and use wheels

## [10.3.0] - 2018-04-04
### Added
- added support for addon_scriptworker
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__ = (10, 3, 0)
__version__ = (10, 4, 0)
__version_string__ = get_version_string(__version__)


Expand Down
4 changes: 2 additions & 2 deletions version.json
@@ -1,8 +1,8 @@
{
"version": [
10,
3,
4,
0
],
"version_string": "10.3.0"
"version_string": "10.4.0"
}

0 comments on commit cd9dc85

Please sign in to comment.