We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0de0e1b + 0d51c66 commit 23a0ae5Copy full SHA for 23a0ae5
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [v0.14.0] - 2023-06-19
9
+
10
+### Added
11
12
+- adds CWL GPU requirements supports (PR #153)
13
14
## [v0.13.0] - 2023-06-06
15
16
### Added
setup.py
@@ -4,7 +4,7 @@
4
# 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:
0 commit comments