From a50c7f764583056bdbd0bd23e3efb550829f33b6 Mon Sep 17 00:00:00 2001 From: Nick Machnik Date: Thu, 22 Oct 2020 11:34:36 +0200 Subject: [PATCH] Bump patch --- changelog.md | 5 +++++ chess/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1425421..9fd8d37 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.3.4] + +### Fixed +- "ValueError: Image must contain only positive values" in `chess extract` + ## [0.3.3] ### Added diff --git a/chess/version.py b/chess/version.py index 80eb7f9..bfeb9e7 100644 --- a/chess/version.py +++ b/chess/version.py @@ -1 +1 @@ -__version__ = '0.3.3' +__version__ = '0.3.4'