Skip to content

Commit 17da030

Browse files
committed
Version bump due to error in release handling
1 parent 9c5f1e6 commit 17da030

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.5.0] (2021-01-22)
7+
## [1.5.1] (2021-01-22)
88

99
### Added
1010

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

101101

102-
[Unreleased]: https://github.com/hbldh/pyefd/compare/HEAD...v1.5.0
103-
[1.5.0]: https://github.com/hbldh/pyefd/compare/v1.4.1...v1.5.0
102+
[Unreleased]: https://github.com/hbldh/pyefd/compare/HEAD...v1.5.1
103+
[1.5.1]: https://github.com/hbldh/pyefd/compare/v1.4.1...v1.5.1
104104
[1.4.1]: https://github.com/hbldh/pyefd/compare/v1.4.0...v1.4.1
105105
[1.4.0]: https://github.com/hbldh/pyefd/compare/v1.3.0...v1.4.0
106106
[1.3.0]: https://github.com/hbldh/pyefd/compare/v1.2.0...v1.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
EMAIL = "henrik.blidh@nedomkull.com"
2323
AUTHOR = "Henrik Blidh"
2424
REQUIRES_PYTHON = ">=2.7.10"
25-
VERSION = "1.5.0"
25+
VERSION = "1.5.1"
2626

2727
REQUIRED = ["numpy>=1.7.0"]
2828

0 commit comments

Comments
 (0)