Skip to content

Commit

Permalink
23.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince committed Jul 10, 2019
1 parent 97a3ca7 commit 58178d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
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/).

## [23.4.0] - 2019-07-10
### Added
- Added support for comm-esr68.

### Changed
- Allow actions to not pass parameters explicitly.

## [23.3.3] - 2019-07-09
### Changed
- Allow longer (up to 38 characters) worker_id
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__ = (23, 3, 1)
__version__ = (23, 4, 0)
__version_string__ = get_version_string(__version__)


Expand Down
6 changes: 3 additions & 3 deletions version.json
@@ -1,8 +1,8 @@
{
"version": [
23,
3,
3
4,
0
],
"version_string": "23.3.3"
"version_string": "23.4.0"
}

0 comments on commit 58178d4

Please sign in to comment.