From 518fe08ca462c927adedb08ec04f55ca3102b250 Mon Sep 17 00:00:00 2001 From: brombinmirko Date: Sun, 29 Apr 2018 02:26:06 -0400 Subject: [PATCH] Increase version --- bottles/constants.py | 2 +- debian/changelog | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bottles/constants.py b/bottles/constants.py index 894714a22b7..99d04182619 100644 --- a/bottles/constants.py +++ b/bottles/constants.py @@ -38,7 +38,7 @@ class App: application_id = "com.github.mirkobrombin.bottles" application_name = _('Bottles') application_description = _('Easily manage your Wine bottles') - application_version ="0.1.8" + application_version ="0.1.9" app_years = "2017-2018" main_url = "https://github.com/mirkobrombin/bottles" bug_url = "https://github.com/mirkobrombin/bottles/issues/labels/bug" diff --git a/debian/changelog b/debian/changelog index 0c5e9a778f9..0df18e642d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -com.github.mirkobrombin.bottles (0.1.8) precise; urgency=low +com.github.mirkobrombin.bottles (0.1.9) precise; urgency=low - * Various code improvements + * Fix icon issue on software upgrade - -- Mirko Brombin Wed, 14 Mar 2018 14:39:00 +0200 + -- Mirko Brombin Sun, 29 Apr 2018 08:23:00 +0200 diff --git a/setup.py b/setup.py index 7d4766d9336..e6e44d35787 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ (inst_path+'/locale/de_DE/LC_MESSAGES',['bottles/locale/de_DE/LC_MESSAGES/bottles.po']),] setup( name='Bottles', - version='0.1.8', + version='0.1.9', author='Mirko Brombin', description='Easily manage your Wine bottles', url='https://github.com/mirkobrombin/bottles',