prepare 1.1.2 release

This commit is contained in:
Yann Leboulanger 2019-01-15 21:18:31 +01:00
parent 9c2a63907e
commit 89276eeeb3
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Gajim 1.1.2 (11 January 2019)
Gajim 1.1.2 (15 January 2019)
Bug fixes

View File

@ -101,6 +101,7 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="1.1.2" date="2019-01-15" />
<release version="1.1.1" date="2018-12-23" />
<release version="1.1.0" date="2018-11-06" />
<release version="1.0.3" date="2018-05-20" />

View File

@ -1,7 +1,7 @@
import os
import subprocess
__version__ = "1.1.1"
__version__ = "1.1.2"
IS_FLATPAK = False
if os.path.exists('/app/share/run-as-flatpak'):