From 85984ce2394ad6f626a8f64a50fb50fd393d3972 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Tue, 19 Sep 2017 10:15:38 +0200 Subject: [PATCH] version bump to 0.1.0 first relase, including library and GUI application --- CHANGES.txt | 4 ++++ arduino_timetable/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index e69de29..16613d9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -0,0 +1,4 @@ +Version 0.1.0 (19.09.2017) +========================== + +- first relase, including library and GUI application diff --git a/arduino_timetable/__init__.py b/arduino_timetable/__init__.py index c0e8e82..13137c2 100644 --- a/arduino_timetable/__init__.py +++ b/arduino_timetable/__init__.py @@ -10,4 +10,4 @@ from .timetable import ( TimedCommands ) -__version__ = '0.0.1' +__version__ = '0.1.0'