From ba2853eb825bd6088b3346519b184a926d6dd998 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Sun, 20 Sep 2020 21:48:48 +0200 Subject: [PATCH] Bump version --- debian/changelog | 6 ++++++ relational.py | 2 +- setup/installer_common.py | 2 +- windows/ss.iss | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 575a8e2..1be2ba4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +relational (3.1-1) unstable; urgency=low + + * New upstream release + + -- Salvo 'LtWorf' Tomaselli Son, 20 Sep 2020 21:40:29 +0200 + relational (3.0-1) unstable; urgency=low * New upstream release diff --git a/relational.py b/relational.py index 33cb75f..7b9312a 100755 --- a/relational.py +++ b/relational.py @@ -22,7 +22,7 @@ import os import os.path import getopt -version = "3.0" +version = "3.1" def printver(exit=True): diff --git a/setup/installer_common.py b/setup/installer_common.py index ca21a59..1a89232 100644 --- a/setup/installer_common.py +++ b/setup/installer_common.py @@ -20,7 +20,7 @@ from distutils.core import setup def c_setup(name): setup( - version='3.0', + version='3.1', name=name, packages=(name,), author="Salvo 'LtWorf' Tomaselli", diff --git a/windows/ss.iss b/windows/ss.iss index 2e6e8c0..6774a30 100755 --- a/windows/ss.iss +++ b/windows/ss.iss @@ -1,7 +1,7 @@ [Setup] AppId={{6F127615-6AD4-4BD7-8135-2444A335B5CD} AppName=Relational -AppVerName=Relational ver. 3.0 +AppVerName=Relational ver. 3.1 AppPublisher=Salvo 'LtWorf' Tomaselli AppPublisherURL=https://ltworf.github.io/relational/ AppSupportURL=https://ltworf.github.io/relational/