Skip to content

Commit

Permalink
Merge pull request #155 from Terradue/release-0.14.0
Browse files Browse the repository at this point in the history
Release 0.14.0
  • Loading branch information
emmanuelmathot authored Jun 19, 2023
2 parents 0de0e1b + 0d51c66 commit 23a0ae5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v0.14.0] - 2023-06-19

### Added

- adds CWL GPU requirements supports (PR #153)

## [v0.13.0] - 2023-06-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# version checking derived from https://github.com/levlaz/circleci.py/blob/master/setup.py
from setuptools.command.install import install

VERSION = '0.13.0'
VERSION = '0.14.0'
TAG_ENV_VAR = 'CIRCLE_TAG'

with open("README.md", "r") as fh:
Expand Down

0 comments on commit 23a0ae5

Please sign in to comment.