From 17da03001365a24a9570790133ea39b58d5cd2c0 Mon Sep 17 00:00:00 2001 From: Henrik Blidh Date: Fri, 22 Jan 2021 14:58:37 +0100 Subject: [PATCH] Version bump due to error in release handling --- CHANGELOG.md | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6757f3..76f6d75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/setup.py b/setup.py index ae89ee6..7a0bb61 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ EMAIL = "henrik.blidh@nedomkull.com" AUTHOR = "Henrik Blidh" REQUIRES_PYTHON = ">=2.7.10" -VERSION = "1.5.0" +VERSION = "1.5.1" REQUIRED = ["numpy>=1.7.0"]