mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-01-18 10:46:21 +00:00
updates version to 1.1.0
This commit is contained in:
parent
d26053456c
commit
4e29b4a04d
@ -2,7 +2,7 @@
|
|||||||
Transfer OpenMTC Data to an InfluxDB
|
Transfer OpenMTC Data to an InfluxDB
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.1"
|
__version__ = "1.1.0"
|
||||||
__description__ = "InfluxdbApp"
|
__description__ = "InfluxdbApp"
|
||||||
__author_name__ = "Christian Klopp"
|
__author_name__ = "Christian Klopp"
|
||||||
__author_mail__ = "christian.klopp@fokus.fraunhofer.de"
|
__author_mail__ = "christian.klopp@fokus.fraunhofer.de"
|
||||||
|
@ -3,7 +3,7 @@ This App will forward all incoming sensor traffic to the Fiware Orion Context
|
|||||||
Broker
|
Broker
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.1"
|
__version__ = "1.1.0"
|
||||||
__description__ = "OrionContextBroker"
|
__description__ = "OrionContextBroker"
|
||||||
__author_name__ = "Christian Klopp"
|
__author_name__ = "Christian Klopp"
|
||||||
__author_mail__ = "christian.klopp@fokus.fraunhofer.de"
|
__author_mail__ = "christian.klopp@fokus.fraunhofer.de"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
App to inject data from a csv file to OpenMTC
|
App to inject data from a csv file to OpenMTC
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.1"
|
__version__ = "1.1.0"
|
||||||
__description__ = "csvInjector"
|
__description__ = "csvInjector"
|
||||||
__author_name__ = "Christian Klopp"
|
__author_name__ = "Christian Klopp"
|
||||||
__author_mail__ = "christian.klopp@fokus.fraunhofer.de"
|
__author_mail__ = "christian.klopp@fokus.fraunhofer.de"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
TODO: Add description here
|
TODO: Add description here
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "ADD-VERSION-HERE"
|
__version__ = "1.1.0"
|
||||||
__description__ = "mqttConnector"
|
__description__ = "mqttConnector"
|
||||||
__author_name__ = "ADD_AUTHOR_HERE"
|
__author_name__ = "Ronald Steinke"
|
||||||
__author_mail__ = "ADD_MAIL_HERE"
|
__author_mail__ = "ronald.steinke@fokus.fraunhofer.de"
|
||||||
__requires__ = ["paho_mqtt"]
|
__requires__ = ["paho_mqtt"]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Interworking Proxy for Cul868 devices.
|
Interworking Proxy for Cul868 devices.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "4.9.9"
|
__version__ = "1.1.0"
|
||||||
__description__ = "The OpenMTC Cul868IPE"
|
__description__ = "The OpenMTC Cul868IPE"
|
||||||
__author_name__ = "Ronny Kreuch"
|
__author_name__ = "Ronny Kreuch"
|
||||||
__author_mail__ = "ronny.kreuch@fokus.fraunhofer.de"
|
__author_mail__ = "ronny.kreuch@fokus.fraunhofer.de"
|
||||||
|
@ -13,7 +13,7 @@ from utils import (get_packages, OpenMTCSdist, OpenMTCBuildPy,
|
|||||||
|
|
||||||
# name and version
|
# name and version
|
||||||
SETUP_NAME = "openmtc-all"
|
SETUP_NAME = "openmtc-all"
|
||||||
SETUP_VERSION = "4.99.0"
|
SETUP_VERSION = "1.1.0"
|
||||||
SETUP_DESCRIPTION = "The OpenMTC Backend and Gateway (GEvent version)"
|
SETUP_DESCRIPTION = "The OpenMTC Backend and Gateway (GEvent version)"
|
||||||
|
|
||||||
# meta
|
# meta
|
||||||
|
@ -7,7 +7,7 @@ from utils import get_packages, OpenMTCSdist
|
|||||||
# name and version
|
# name and version
|
||||||
NAME = "sdk"
|
NAME = "sdk"
|
||||||
SETUP_NAME = "openmtc-" + NAME
|
SETUP_NAME = "openmtc-" + NAME
|
||||||
SETUP_VERSION = "4.99.0"
|
SETUP_VERSION = "1.1.0"
|
||||||
SETUP_DESCRIPTION = "The OpenMTC Python SDK"
|
SETUP_DESCRIPTION = "The OpenMTC Python SDK"
|
||||||
|
|
||||||
# meta
|
# meta
|
||||||
|
Loading…
Reference in New Issue
Block a user