diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c172cf..233bca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.3](https://github.com/snakemake/snakemake-interface-common/compare/v1.4.2...v1.4.3) (2023-09-21) + + +### Bug Fixes + +* compatibility with Python 3.7 ([4eb555d](https://github.com/snakemake/snakemake-interface-common/commit/4eb555d30bdb5f20eec3d9d0147639a0b30fbc12)) + ## [1.4.2](https://github.com/snakemake/snakemake-interface-common/compare/v1.4.1...v1.4.2) (2023-09-21) diff --git a/pyproject.toml b/pyproject.toml index 60edb75..4965d3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-interface-common" -version = "1.4.2" +version = "1.4.3" description = "Common functions and classes for Snakemake and its plugins" authors = ["Johannes Koester "] readme = "README.md"