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


Commits:
b5b2ad4a by lovetox at 2021-10-09T21:40:08+02:00
1.3.3

- - - - -


3 changed files:

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


Changes:

=====================================
appveyor.yml
=====================================
@@ -40,8 +40,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.3.2-$($env:ARCH)-$($env:TIME_STRING).exe"
-        Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName 
"Gajim-Portable-1.3.2-$($env:ARCH)-$($env:TIME_STRING).exe"
+        Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName 
"Gajim-1.3.3-$($env:ARCH)-$($env:TIME_STRING).exe"
+        Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName 
"Gajim-Portable-1.3.3-$($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
=====================================
@@ -72,6 +72,7 @@
     <content_attribute id="social-audio">intense</content_attribute>
   </content_rating>
   <releases>
+    <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" />
     <release version="1.3.0" date="2021-02-08" />


=====================================
gajim/__init__.py
=====================================
@@ -2,7 +2,7 @@
 import sys
 from pathlib import Path
 
-__version__ = "1.3.2"
+__version__ = "1.3.3"
 
 IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/b5b2ad4aee92074184b181ec97fbf1f900d5f4fb

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/b5b2ad4aee92074184b181ec97fbf1f900d5f4fb
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