Skip to content

Commit

Permalink
[ECHOT-303] Up library patch version >> 0.1.54: Operations updates
Browse files Browse the repository at this point in the history
[ECHOT-303] Up library patch version >> 0.1.54: Operations updates
  • Loading branch information
Eugene Vasilev authored Jan 27, 2020
1 parent 77b48bd commit 1ae43e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions echopy/echobase/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ def detail(self, *args, **kwargs):
[
("account", ObjectId(kwargs["account"], "account")),
("backup_address", String(kwargs["backup_address"])),
("extensions", Set([])),
]
)
self.add_fee(result, kwargs)
Expand Down Expand Up @@ -777,5 +778,7 @@ def detail(self, *args, **kwargs):
)
self.add_fee(result, kwargs)

return result


fill_classmaps()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

VERSION = "0.1.53"
VERSION = "0.1.54"
packages = find_packages()
packages.remove('test')

Expand Down

0 comments on commit 1ae43e8

Please sign in to comment.