Commit 3d6af1d9 authored by Michael Buesch's avatar Michael Buesch
Browse files

Bump version

Signed-off-by: default avatarMichael Buesch <m@bues.ch>
parent d0ef8d44
pyprofibus (1.8) UNRELEASED; urgency=low
pyprofibus (1.9) UNRELEASED; urgency=low
* Version 1.8
* Version 1.9
-- Michael Buesch <m@bues.ch> Mon, 01 Feb 2016 00:00:00 +0100
......@@ -8,7 +8,7 @@ __all__ = [
]
VERSION_MAJOR = 1
VERSION_MINOR = 8
VERSION_EXTRA = ""
VERSION_MINOR = 9
VERSION_EXTRA = "-pre"
VERSION_STRING = "%d.%d%s" % (VERSION_MAJOR, VERSION_MINOR, VERSION_EXTRA)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment