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:
authorPhilipp Hörist <forenjunkie@chello.at>2018-05-19 12:02:48 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-05-19 12:02:48 +0300
commit0ab9d1210615090292688f442e387e4fb35ea165 (patch)
tree74c458cdd975aabcf848dc95922f6fac3bda7959
parent03e5e2f18f93e350637d60bd680374992badc065 (diff)
Update Gajim version to 1.0.3gajim-1.0.3
-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 6f4ac6a11..103a1dd17 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,8 +30,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.0.2-$($env:ARCH)-$($env:TIME_STRING).exe"
- Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName "Gajim-Portable-1.0.2-$($env:ARCH)-$($env:TIME_STRING).exe"
+ Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName "Gajim-1.0.3-$($env:ARCH)-$($env:TIME_STRING).exe"
+ Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName "Gajim-Portable-1.0.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'))
diff --git a/gajim/__init__.py b/gajim/__init__.py
index 10ff0028b..065e0a0b2 100644
--- a/gajim/__init__.py
+++ b/gajim/__init__.py
@@ -1,6 +1,6 @@
import subprocess
-__version__ = "1.0.2"
+__version__ = "1.0.3"
try:
p = subprocess.Popen('git rev-parse --short=12 HEAD', shell=True,