From 55fffec98468a51256f231a8bc6c704f3b770398 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sun, 28 Jul 2019 14:07:38 +0200 Subject: Bump version Signed-off-by: Michael Buesch --- debian/changelog | 4 ++-- pyprofibus/version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 713baf7..ca171b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -pyprofibus (1.5) UNRELEASED; urgency=low +pyprofibus (1.6) UNRELEASED; urgency=low - * Version 1.5 + * Version 1.6 -- Michael Buesch Mon, 01 Feb 2016 00:00:00 +0100 diff --git a/pyprofibus/version.py b/pyprofibus/version.py index 8f0c170..78b19a2 100644 --- a/pyprofibus/version.py +++ b/pyprofibus/version.py @@ -2,7 +2,7 @@ from __future__ import division, absolute_import, print_function, unicode_litera VERSION_MAJOR = 1 -VERSION_MINOR = 5 -VERSION_EXTRA = "" +VERSION_MINOR = 6 +VERSION_EXTRA = "-pre" VERSION_STRING = "%d.%d%s" % (VERSION_MAJOR, VERSION_MINOR, VERSION_EXTRA) -- cgit v1.2.3