Skip to content

Commit d518162

Browse files
committed
Release 1.0.12
1 parent 4a01a80 commit d518162

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
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).
55

66
## [Unreleased]
7+
8+
## [1.0.12] - 2024-11-13
79
### Fixed
810
- Return workflow status from `jobmon.run_parallel`
911

@@ -66,7 +68,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6668
- Added subpackage with cli tools
6769
- Added subpackage with logging utilities
6870

69-
[Unreleased]: https://github.com/ihmeuw/rra-tools/compare/1.0.11...master
71+
[Unreleased]: https://github.com/ihmeuw/rra-tools/compare/1.0.12...master
72+
[1.0.12]: https://github.com/ihmeuw/rra-tools/compare/1.0.11...1.0.12
7073
[1.0.11]: https://github.com/ihmeuw/rra-tools/compare/1.0.10...1.0.11
7174
[1.0.10]: https://github.com/ihmeuw/rra-tools/compare/1.0.9...1.0.10
7275
[1.0.9]: https://github.com/ihmeuw/rra-tools/compare/1.0.8...1.0.9

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rra-tools"
3-
version = "1.0.11"
3+
version = "1.0.12"
44
description = "Common utilities for IHME Rapid Response team pipelines."
55
authors = [
66
"James Collins <collijk@uw.edu>",

0 commit comments

Comments
 (0)