-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.14.6](v1.14.5...v1.14.6) (2021-03-01) ### Bug Fixes * json serialization redundancy issue in store.py; closes [#337](#337); closes [#300](#300) ([bb8d20a](bb8d20a)), closes [#339](#339)
- Loading branch information
1 parent
bb8d20a
commit 9a2ab58
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = ambianic-edge | ||
version = 1.14.5 | ||
version = 1.14.6 | ||
author = Ivelin Ivanov | ||
author_email = [email protected] | ||
description = Edge component of the AI platform for home and business automation | ||
|