Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
brombinmirko committed Apr 29, 2018
1 parent be725c8 commit 518fe08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bottles/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Wed, 14 Mar 2018 14:39:00 +0200
-- Mirko Brombin <[email protected]> Sun, 29 Apr 2018 08:23:00 +0200
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 518fe08

Please sign in to comment.