From 90690bdd66cf73c7ca89e1e4a037ba01a0895577 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Wed, 11 May 2022 18:50:39 +0200 Subject: [PATCH] Release version 2.1.1 --- CHANGELOG.md | 5 +++++ ereuse_devicehub/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 806a01b4..c6c51b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ ml). ## testing +## [2.1.1] - 2022-05-11 +Hot fix release. +- [fixed] #256 JS support to old browsers using babel. +- [fixed] #266 Fix error when trade.document.url is None on device_list.html + ## [2.1.0] - 2022-05-11 - [added] #219 Add functionality to searchbar (Lots and devices). - [added] #222 Allow user to update its password. diff --git a/ereuse_devicehub/__init__.py b/ereuse_devicehub/__init__.py index 28c957cd..58039f50 100644 --- a/ereuse_devicehub/__init__.py +++ b/ereuse_devicehub/__init__.py @@ -1 +1 @@ -__version__ = "2.2.0.alpha0" +__version__ = "2.1.1"