Philipp Hörist pushed to branch gajim_1.2 at gajim / gajim


Commits:
20ddd420 by lovetox at 2020-07-08T21:42:49+02:00
Update appdata.xml

- - - - -
72a6c3ec by lovetox at 2020-07-08T21:42:49+02:00
1.2.1

- - - - -


3 changed files:

- appveyor.yml
- data/org.gajim.Gajim.appdata.xml.in
- gajim/__init__.py


Changes:

=====================================
appveyor.yml
=====================================
@@ -36,8 +36,8 @@ build_script:
 
         bash "git clone C:/projects/gajim C:/msys64/home/appveyor/gajim"
         bash "C:/msys64/home/appveyor/gajim/win/build.sh $($env:MSYS_ARCH)"
-        Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName 
"Gajim-1.2.0-$($env:ARCH)-$($env:TIME_STRING).exe"
-        Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName 
"Gajim-Portable-1.2.0-$($env:ARCH)-$($env:TIME_STRING).exe"
+        Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName 
"Gajim-1.2.1-$($env:ARCH)-$($env:TIME_STRING).exe"
+        Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName 
"Gajim-Portable-1.2.1-$($env:ARCH)-$($env:TIME_STRING).exe"
 
 # on_finish:
 #   - ps: $blockRdp = $true; iex ((new-object 
net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))


=====================================
data/org.gajim.Gajim.appdata.xml.in
=====================================
@@ -75,6 +75,7 @@
     <content_attribute id="social-audio">intense</content_attribute>
   </content_rating>
   <releases>
+    <release version="1.2.1" date="2020-07-08" />
     <release version="1.2.0" date="2020-06-21" />
     <release version="1.1.3" date="2019-04-23" />
     <release version="1.1.2" date="2019-01-15" />


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



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/92a640e41f224043b6890356221a68b76db7e6f2...72a6c3ecd034701274ea7fa35a83b16566de5e3b

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/92a640e41f224043b6890356221a68b76db7e6f2...72a6c3ecd034701274ea7fa35a83b16566de5e3b
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to