Skip to content

Commit 9062a69

Browse files
committed
Release 1.0.25
1 parent 3abb8d0 commit 9062a69

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.25] - 2025-02-26
79
### Added
810
- Build chain and dependency updates to move to poetry v2.
911

@@ -128,7 +130,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
128130
- Added subpackage with cli tools
129131
- Added subpackage with logging utilities
130132

131-
[Unreleased]: https://github.com/ihmeuw/rra-tools/compare/1.0.24...master
133+
[Unreleased]: https://github.com/ihmeuw/rra-tools/compare/1.0.25...master
134+
[1.0.25]: https://github.com/ihmeuw/rra-tools/compare/1.0.24...1.0.25
132135
[1.0.24]: https://github.com/ihmeuw/rra-tools/compare/1.0.23...1.0.24
133136
[1.0.23]: https://github.com/ihmeuw/rra-tools/compare/1.0.22...1.0.23
134137
[1.0.22]: https://github.com/ihmeuw/rra-tools/compare/1.0.21...1.0.22

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rra-tools"
3-
version = "1.0.24"
3+
version = "1.0.25"
44
description = "Common utilities for IHME Rapid Response team pipelines."
55
authors = [
66
{name = "James Collins", email = "collijk@uw.edu"},

0 commit comments

Comments
 (0)