diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c35b8..f70fd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# [2.2.16] - 2023-09-18 + +- bump version + +# [2.2.15] - 2023-09-18 + +### Changed +- reduce logging (change to debug) + # [2.2.14] - 2023-09-03 ### Changed diff --git a/setup.py b/setup.py index 31e395d..cf72eaf 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='deeplc', - version='2.2.14', + version='2.2.16', license='apache-2.0', description='DeepLC: Retention time prediction for (modified) peptides using Deep Learning.', long_description=LONG_DESCRIPTION,