Release version 2.1.1
This commit is contained in:
parent
6a8a38eaab
commit
90690bdd66
|
@ -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.
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "2.2.0.alpha0"
|
||||
__version__ = "2.1.1"
|
||||
|
|
Reference in New Issue