Skip to content

Commit 5fc226d

Browse files
author
Mirko Brombin
committed
Stuff
1 parent 324d2d5 commit 5fc226d

5 files changed

+6
-6
lines changed

bottles/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class App:
3838
application_id = "com.github.mirkobrombin.bottles"
3939
application_name = _('Bottles')
4040
application_description = _('Easily manage your Wine bottles')
41-
application_version ="0.1.4"
41+
application_version ="0.1.5"
4242
app_years = "2017-2018"
4343
main_url = "https://github.com/mirkobrombin/bottles"
4444
bug_url = "https://github.com/mirkobrombin/bottles/issues/labels/bug"

com.github.mirkobrombin.bottles

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ sys.path.insert(0, modules_path)
2727

2828
import main
2929

30-
main.start()
30+
# main.start()

data/com.github.mirkobrombin.bottles.appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<value key="x-appcenter-color-primary-text">#95005D</value>
5353
</custom>
5454
​ <releases>
55-
​ <release version="0.1.4" date="2017-11-11">
55+
​ <release version="0.1.5" date="2017-11-11">
5656
​ <description>
5757
​ <ul>
5858
<li>Fixed launch script</li>

debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
com.github.mirkobrombin.bottles (0.1.4) precise; urgency=low
1+
com.github.mirkobrombin.bottles (0.1.5) precise; urgency=low
22

33
* Fix bugs
44

5-
-- Mirko Brombin <[email protected]> Mon, 11 Nov 2017 23:18:00 +0200
5+
-- Mirko Brombin <[email protected]> Mon, 11 Nov 2017 19:09:00 +0200

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
(inst_path+'/locale/de_DE/LC_MESSAGES',['bottles/locale/de_DE/LC_MESSAGES/bottles.po']),]
3737

3838
setup( name='Bottles',
39-
version='0.1.4',
39+
version='0.1.5',
4040
author='Mirko Brombin',
4141
description='Easily manage your Wine bottles',
4242
url='https://github.com/mirkobrombin/bottles',

0 commit comments

Comments
 (0)