Skip to content

Commit 3623538

Browse files
committed
Bump version to 1.0.26
1 parent 693c4c1 commit 3623538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

event-based-simulators/cumulocity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"apiVersion": "1",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"provider": {
55
"name": "Viktor Tymoshenko (event-based simulators)"
66
},

event-based-simulators/main/event_based_simulators.py

Lines changed: 1 addition & 1 deletion
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.8'
8+
VERSION = '1.0.26'
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)