Skip to content

Commit

Permalink
update changelog and version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jan 16, 2025
1 parent b4aaba9 commit 53437f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.

## [0.12.0a1] - 2024-12-XX
## [0.12.0] - 2025-01-16
### Fixed
- portable report now has proper file extension in messaging.
- add exception to pipestat summarize if there are no results to report [#210](https://github.com/pepkit/pipestat/issues/210)
Expand Down
2 changes: 1 addition & 1 deletion pipestat/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.0a1"
__version__ = "0.12.0"

0 comments on commit 53437f8

Please sign in to comment.