Skip to content

Commit

Permalink
chore(main): release 1.15.4 (#39)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.15.4](v1.15.3...v1.15.4)
(2024-02-14)


### Bug Fixes

* do not try to consider bool settings as tagged. This fixes the error
TypeError: 'bool' object is not iterable occurring with some plugins.
([49e47ac](49e47ac))

---
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>
  • Loading branch information
github-actions[bot] authored Feb 14, 2024
1 parent 49e47ac commit 92a5082
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.15.4](https://github.com/snakemake/snakemake-interface-common/compare/v1.15.3...v1.15.4) (2024-02-14)


### Bug Fixes

* do not try to consider bool settings as tagged. This fixes the error TypeError: 'bool' object is not iterable occurring with some plugins. ([49e47ac](https://github.com/snakemake/snakemake-interface-common/commit/49e47ac4352bde97816d08d88f0f9c66fdc64c49))

## [1.15.3](https://github.com/snakemake/snakemake-interface-common/compare/v1.15.2...v1.15.3) (2024-02-02)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snakemake-interface-common"
version = "1.15.3"
version = "1.15.4"
description = "Common functions and classes for Snakemake and its plugins"
authors = ["Johannes Koester <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 92a5082

Please sign in to comment.