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
817e5cdf
Commit
817e5cdf
authored
Nov 06, 2018
by
Yann Leboulanger
Browse files
set new Gajim version to 1.1.0
parent
380882cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/org.gajim.Gajim.appdata.xml.in
View file @
817e5cdf
...
...
@@ -101,6 +101,7 @@
<content_attribute
id=
"money-gambling"
>
none
</content_attribute>
</content_rating>
<releases>
<release
version=
"1.1.0"
date=
"2018-11-06"
/>
<release
version=
"1.0.3"
date=
"2018-05-20"
/>
<release
version=
"1.0.2"
date=
"2018-04-30"
/>
<release
version=
"1.0.1"
date=
"2018-04-01"
/>
...
...
gajim/__init__.py
View file @
817e5cdf
import
os
import
subprocess
__version__
=
"1.
0.99.1
"
__version__
=
"1.
1.0
"
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