From b23b4d9e2a49f4e1f2322dee89eca4643659a70f Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 10 Dec 2020 11:15:12 +0100 Subject: [PATCH] change version in this branch --- CHANGELOG.md | 4 +++- ereuse_devicehub/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4916c2bd..0390d365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,11 @@ ml). ## testing [1.0.2-beta] +## [1.0.3-beta] +- [addend] #85 add mac of network adapter to device hid + ## [1.0.2-beta] - [addend] #87 allocate, deallocate and live actions - [fixed] #89 save json on disk only for shapshots - [addend] #83 add owner_id in all kind of device -- [addend] #85 add mac of network adapter to device hid - [fixed] #91 The most old time allow is 1970-01-01 diff --git a/ereuse_devicehub/__init__.py b/ereuse_devicehub/__init__.py index feee2d99..35bf5f4a 100644 --- a/ereuse_devicehub/__init__.py +++ b/ereuse_devicehub/__init__.py @@ -1 +1 @@ -__version__ = "1.0.2-beta" +__version__ = "1.0.3-beta"