diff --git a/CHANGELOG.md b/CHANGELOG.md index 01669a6..c37c852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 75ab113..0bd9856 100644 --- a/setup.py +++ b/setup.py @@ -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: