Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko Brombin committed Nov 11, 2017
1 parent 324d2d5 commit 5fc226d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.4"
application_version ="0.1.5"
app_years = "2017-2018"
main_url = "https://github.com/mirkobrombin/bottles"
bug_url = "https://github.com/mirkobrombin/bottles/issues/labels/bug"
Expand Down
2 changes: 1 addition & 1 deletion com.github.mirkobrombin.bottles
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ sys.path.insert(0, modules_path)

import main

main.start()
# main.start()
2 changes: 1 addition & 1 deletion data/com.github.mirkobrombin.bottles.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<value key="x-appcenter-color-primary-text">#95005D</value>
</custom>
​ <releases>
​ <release version="0.1.4" date="2017-11-11">
​ <release version="0.1.5" date="2017-11-11">
​ <description>
​ <ul>
<li>Fixed launch script</li>
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
com.github.mirkobrombin.bottles (0.1.4) precise; urgency=low
com.github.mirkobrombin.bottles (0.1.5) precise; urgency=low

* Fix bugs

-- Mirko Brombin <[email protected]> Mon, 11 Nov 2017 23:18:00 +0200
-- Mirko Brombin <[email protected]> Mon, 11 Nov 2017 19:09:00 +0200
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
(inst_path+'/locale/de_DE/LC_MESSAGES',['bottles/locale/de_DE/LC_MESSAGES/bottles.po']),]

setup( name='Bottles',
version='0.1.4',
version='0.1.5',
author='Mirko Brombin',
description='Easily manage your Wine bottles',
url='https://github.com/mirkobrombin/bottles',
Expand Down

0 comments on commit 5fc226d

Please sign in to comment.