updates version to 1.1.0

This commit is contained in:
Ronald Steinke 2018-10-02 17:44:55 +02:00
parent d26053456c
commit 4e29b4a04d
7 changed files with 9 additions and 9 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"]

View File

@ -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"

View File

@ -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

View File

@ -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