Skip to content

Commit

Permalink
update changelog and version for 0.40.2 point release
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed May 28, 2024
1 parent 78ee8d1 commit b7a4aca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.40.2] -- 2024-05-28
### Added
- added `sample_name` property to samples object.

## [0.40.1] -- 2024-01-11
### Fixed
- Initializing Project with `NaN` value instead of `None` in `from_pandas` method
Expand Down
2 changes: 1 addition & 1 deletion peppy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.40.1"
__version__ = "0.40.2"

0 comments on commit b7a4aca

Please sign in to comment.