Skip to content

Commit

Permalink
Version bump due to error in release handling
Browse files Browse the repository at this point in the history
  • Loading branch information
hbldh committed Jan 22, 2021
1 parent 9c5f1e6 commit 17da030
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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).

## [1.5.0] (2021-01-22)
## [1.5.1] (2021-01-22)

### Added

Expand Down Expand Up @@ -99,8 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release


[Unreleased]: https://github.com/hbldh/pyefd/compare/HEAD...v1.5.0
[1.5.0]: https://github.com/hbldh/pyefd/compare/v1.4.1...v1.5.0
[Unreleased]: https://github.com/hbldh/pyefd/compare/HEAD...v1.5.1
[1.5.1]: https://github.com/hbldh/pyefd/compare/v1.4.1...v1.5.1
[1.4.1]: https://github.com/hbldh/pyefd/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/hbldh/pyefd/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/hbldh/pyefd/compare/v1.2.0...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
EMAIL = "[email protected]"
AUTHOR = "Henrik Blidh"
REQUIRES_PYTHON = ">=2.7.10"
VERSION = "1.5.0"
VERSION = "1.5.1"

REQUIRED = ["numpy>=1.7.0"]

Expand Down

0 comments on commit 17da030

Please sign in to comment.