Release version 2.1.1

This commit is contained in:
Santiago L 2022-05-11 18:50:39 +02:00
parent 6a8a38eaab
commit 90690bdd66
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -1 +1 @@
__version__ = "2.2.0.alpha0"
__version__ = "2.1.1"