From d123b4e8a8a9d8f8f5cb94348c36da69bee2571a Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 3 Aug 2021 13:13:35 +0200 Subject: [PATCH] up the version --- CHANGELOG.md | 7 +++++-- ereuse_devicehub/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e179164..ca25c563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ml). ## master - [1.0.7-beta] + [1.0.8-beta] ## testing - [1.0.8-beta] + [1.0.9-beta] + + +## [1.0.8-beta] - [bugfix] #161 fixing DataStorage with bigInteger ## [1.0.7-beta] diff --git a/ereuse_devicehub/__init__.py b/ereuse_devicehub/__init__.py index 811df9bd..d44f1a11 100644 --- a/ereuse_devicehub/__init__.py +++ b/ereuse_devicehub/__init__.py @@ -1 +1 @@ -__version__ = "1.0.8-beta" +__version__ = "1.0.9-beta"