Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
257f7848
Commit
257f7848
authored
Apr 23, 2019
by
Yann Leboulanger
Browse files
prepare 1.1.3 release
parent
b6b56a28
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
257f7848
Gajim 1.1.3 (
TBA
)
Gajim 1.1.3 (
24 April 2019
)
New
...
...
data/org.gajim.Gajim.appdata.xml.in
View file @
257f7848
...
...
@@ -101,6 +101,7 @@
<content_attribute
id=
"money-gambling"
>
none
</content_attribute>
</content_rating>
<releases>
<release
version=
"1.1.3"
date=
"2019-04-23"
/>
<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"
/>
...
...
gajim/__init__.py
View file @
257f7848
import
os
import
subprocess
__version__
=
"1.1.
2
"
__version__
=
"1.1.
3
"
IS_FLATPAK
=
False
if
os
.
path
.
exists
(
'/app/share/run-as-flatpak'
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment