Skip to content

Commit 6d95c58

Browse files
committed
release: bump version to 0.3.0 for public release
1 parent 1352efb commit 6d95c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

daemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def _is_ok(self, result):
140140
def send_heartbeat(self):
141141
"""Send heartbeat to Odoo."""
142142
data = {
143-
'version': '0.2.1',
143+
'version': '0.3.0',
144144
'runtime_name': self.name,
145145
'device_info': get_device_info(),
146146
}

0 commit comments

Comments
 (0)