Skip to content
Snippets Groups Projects
Commit efce7c40 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

release: 1.4.0

parent 41f09642
No related branches found
Tags 1.4.4
No related merge requests found
......@@ -75,6 +75,7 @@
<control>pointing</control>
</recommends>
<releases>
<release version="1.4.0" date="2022-05-11" />
<release version="1.3.3" date="2021-10-10" />
<release version="1.3.2" date="2021-04-24" />
<release version="1.3.1" date="2021-03-01" />
......
......@@ -312,6 +312,6 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
tag: gajim-1.3.3
tag: gajim-1.4.0
post-install:
- install -d /app/plugins
import sys
from pathlib import Path
__version__ = "1.4.0-dev1"
__version__ = '1.4.0'
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment