Skip to content

Commit 0c1a2ee

Browse files
chore(main): release 0.7.2 (#22)
🤖 I have created a release *beep* *boop* --- ## [0.7.2](v0.7.1...v0.7.2) (2025-09-12) ### Bug Fixes * handle None type for source file attributes in EnvSpec ([#21](#21)) ([247d066](247d066)) --- 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>
1 parent 247d066 commit 0c1a2ee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.2](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.7.1...v0.7.2) (2025-09-12)
4+
5+
6+
### Bug Fixes
7+
8+
* handle None type for source file attributes in EnvSpec ([#21](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/issues/21)) ([247d066](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/247d06669854b06b38c58b3e9c023fd45e765391))
9+
310
## [0.7.1](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.7.0...v0.7.1) (2025-09-12)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
name = "snakemake-interface-software-deployment-plugins"
66
packages = [{include = "snakemake_interface_software_deployment_plugins"}]
77
readme = "README.md"
8-
version = "0.7.1"
8+
version = "0.7.2"
99

1010
[tool.poetry.dependencies]
1111
argparse-dataclass = "^2.0.0"

0 commit comments

Comments
 (0)