From 60cfd39796672318299ad094ce24643b5e97f7e9 Mon Sep 17 00:00:00 2001 From: Johan Dahlberg Date: Fri, 12 Jul 2024 12:57:20 +0200 Subject: [PATCH 1/2] Allow wider version range for umi tools --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d7f9261..f529e7b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ python = ">=3.10,<3.12" click = "*" yapf = "*" cutadapt = ">=4.2" -umi_tools = "<=1.1.4" +umi_tools = ">=1.1.4,<2.0.0" pyfastx = "*" yappi = "*" pandas = "^2.0.0" From 4c21e8bfb08db52b92c2d7b3450cc3c14fbf329f Mon Sep 17 00:00:00 2001 From: Alvaro Martinez Barrio Date: Fri, 12 Jul 2024 14:00:50 +0200 Subject: [PATCH 2/2] feat: add changelog message --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03aa59db..881e7f98 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](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.18.1] - 2024-07-12 + +### Changed + +- Bump `umi_tools` version requirements + ## [0.18.0] - 2024-07-11 ### Added