From ed9c89c4ba0e41c9ee5d88981b2cdd7280651db6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:42:57 +0200 Subject: [PATCH] chore(main): release 1.3.3 (#7) :robot: I have created a release *beep* *boop* --- ## [1.3.3](https://github.com/snakemake/snakemake-interface-common/compare/v1.3.2...v1.3.3) (2023-09-10) ### Bug Fixes * improved exception messages ([c4254c0](https://github.com/snakemake/snakemake-interface-common/commit/c4254c04c00e066a9676ad14af9b1a21cd338712)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3568e59..d104dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.3](https://github.com/snakemake/snakemake-interface-common/compare/v1.3.2...v1.3.3) (2023-09-10) + + +### Bug Fixes + +* improved exception messages ([c4254c0](https://github.com/snakemake/snakemake-interface-common/commit/c4254c04c00e066a9676ad14af9b1a21cd338712)) + ## [1.3.2](https://github.com/snakemake/snakemake-interface-common/compare/v1.3.1...v1.3.2) (2023-08-28) diff --git a/pyproject.toml b/pyproject.toml index d330fa5..7e3c5f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-interface-common" -version = "1.3.2" +version = "1.3.3" description = "Common functions and classes for Snakemake and its plugins" authors = ["Johannes Koester "] readme = "README.md"