Skip to content

Commit

Permalink
Prepare release 3.1.1 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlikeme authored Dec 28, 2021
1 parent 48cc3da commit 64b0ddf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.1] - 2021-12-28

### Fixed

- (#62) Due to floating point accuracy `count_cycles` sometimes returned
more bins than what was specified by argument `nbins`. Thank you
[Kyle6699](https://github.com/Kyle6699) for reporting the bug and
providing a test case.

## [3.1.0] - 2021-11-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rainflow"
version = "3.1.0"
version = "3.1.1"
description = "Implementation of ASTM E1049-85 rainflow cycle counting algorithm"
authors = ["Piotr Janiszewski <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 64b0ddf

Please sign in to comment.