Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2020-07-08 22:35:17 +0300
committerlovetox <philipp@hoerist.com>2020-07-08 22:42:49 +0300
commit72a6c3ecd034701274ea7fa35a83b16566de5e3b (patch)
tree5050d2193a580789b4fa4ac02c666aba9e3ac023
parent20ddd4207d196241938235f13f9204de7dd6caba (diff)
-rw-r--r--appveyor.yml4
-rw-r--r--gajim/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 781849636..07952f97f 100644
--- a/appveyor.yml
+++ b/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'))
diff --git a/gajim/__init__.py b/gajim/__init__.py
index c87c9b8c1..ef5922cfa 100644
--- a/gajim/__init__.py
+++ b/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'):