Skip to content

Commit 3a6be0e

Browse files
author
Michael Voigt
committed
Bumped build version to 1.0.30
1 parent 43871e6 commit 3a6be0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

event-based-simulators/cumulocity.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"apiVersion": "1",
3-
"version": "1.0.29",
3+
"version": "1.0.30",
44
"provider": {
55
"name": "Viktor Tymoshenko (event-based simulators)"
66
},

event-based-simulators/main/event_based_simulators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from cumulocityAPI import C8Y_BASE, C8Y_TENANT, C8Y_USER, C8Y_PASSWORD, CumulocityAPI
66
from oeeAPI import OeeAPI, ProfileCreateMode
77

8-
VERSION = '1.0.29'
8+
VERSION = '1.0.30'
99
def current_timestamp(format = "%Y-%m-%dT%H:%M:%S.%f"):
1010
return datetime.utcnow().strftime(format)[:-3] + 'Z'
1111

0 commit comments

Comments
 (0)