From 11cff7c8a7adc15bf8060da5169da4bcbb5ebbbb Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Wed, 12 Aug 2020 21:11:37 +0200 Subject: [PATCH] Version bump to 3.0 I want to make some breaking changes, so doing a major bump. --- debian/changelog | 2 +- relational_gui.py | 6 +++--- setup/installer_common.py | 6 +++--- windows/input.py | 4 ++-- windows/ss.iss | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 37ff487..e374781 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -relational (2.6-1) UNRELEASED; urgency=low +relational (3.0-1) UNRELEASED; urgency=low * New upstream release * Bump compat to 13 diff --git a/relational_gui.py b/relational_gui.py index 8219c39..b32083e 100755 --- a/relational_gui.py +++ b/relational_gui.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Relational -# Copyright (C) 2008-2017 Salvo "LtWorf" Tomaselli +# Copyright (C) 2008-2020 Salvo "LtWorf" Tomaselli # # Relational is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ import os import os.path import getopt -version = "2.6" +version = "3.0" def printver(exit=True): @@ -36,7 +36,7 @@ def printver(exit=True): print () print ("Written by Salvo 'LtWorf' Tomaselli ") print () - print ("http://ltworf.github.io/relational/") + print ("https://ltworf.github.io/relational/") if exit: sys.exit(0) diff --git a/setup/installer_common.py b/setup/installer_common.py index 4f46761..ca21a59 100644 --- a/setup/installer_common.py +++ b/setup/installer_common.py @@ -1,5 +1,5 @@ # Relational -# Copyright (C) 2008-2016 Salvo "LtWorf" Tomaselli +# Copyright (C) 2008-2020 Salvo "LtWorf" Tomaselli # # Relational is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,13 +20,13 @@ from distutils.core import setup def c_setup(name): setup( - version='2.6', + version='3.0', name=name, packages=(name,), author="Salvo 'LtWorf' Tomaselli", author_email='tiposchi@tiscali.it', maintainer="Salvo 'LtWorf' Tomaselli", maintainer_email='tiposchi@tiscali.it', - url='http://ltworf.github.io/relational/', + url='https://ltworf.github.io/relational/', license='GPL3', ) diff --git a/windows/input.py b/windows/input.py index dacf781..2048040 100644 --- a/windows/input.py +++ b/windows/input.py @@ -1,5 +1,5 @@ # Relational -# Copyright (C) 2008-2016 Salvo "LtWorf" Tomaselli +# Copyright (C) 2008-2020 Salvo "LtWorf" Tomaselli # # Relational is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -53,5 +53,5 @@ setup( } ], name="Relational", - version="2.6", + version="3.0", ) diff --git a/windows/ss.iss b/windows/ss.iss index 713dc7e..b8d73c4 100755 --- a/windows/ss.iss +++ b/windows/ss.iss @@ -7,7 +7,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{6F127615-6AD4-4BD7-8135-2444A335B5CD} AppName=Relational -AppVerName=Relational ver. 2.6 +AppVerName=Relational ver. 3.0 AppPublisher=Salvo 'LtWorf' Tomaselli AppPublisherURL=http://ltworf.github.io/relational/ AppSupportURL=http://ltworf.github.io/relational/