Skip to content

Commit 23a0ae5

Browse files
Merge pull request #155 from Terradue/release-0.14.0
Release 0.14.0
2 parents 0de0e1b + 0d51c66 commit 23a0ae5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [v0.14.0] - 2023-06-19
9+
10+
### Added
11+
12+
- adds CWL GPU requirements supports (PR #153)
13+
814
## [v0.13.0] - 2023-06-06
915

1016
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# version checking derived from https://github.com/levlaz/circleci.py/blob/master/setup.py
55
from setuptools.command.install import install
66

7-
VERSION = '0.13.0'
7+
VERSION = '0.14.0'
88
TAG_ENV_VAR = 'CIRCLE_TAG'
99

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

0 commit comments

Comments
 (0)