From 86c499addfe7e5260fc559b0f307fe412e043cac Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Thu, 10 Nov 2022 14:18:44 -0800 Subject: [PATCH] git-cola v4.0.3 Signed-off-by: David Aguilar --- cola/_version.py | 2 +- docs/relnotes.rst | 2 +- pynsist.cfg | 2 +- share/metainfo/git-cola.appdata.xml | 1 + share/metainfo/git-dag.appdata.xml | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cola/_version.py b/cola/_version.py index f3c42a78..ad53acbb 100644 --- a/cola/_version.py +++ b/cola/_version.py @@ -1 +1 @@ -VERSION = '4.0.2' +VERSION = '4.0.3' diff --git a/docs/relnotes.rst b/docs/relnotes.rst index 083526d6..aa135231 100644 --- a/docs/relnotes.rst +++ b/docs/relnotes.rst @@ -5,7 +5,7 @@ Releases Latest Release ============== -:ref:`v4.0.2 ` is the latest stable release. +:ref:`v4.0.3 ` is the latest stable release. Development version =================== diff --git a/pynsist.cfg b/pynsist.cfg index b5906ebe..80a0afa5 100644 --- a/pynsist.cfg +++ b/pynsist.cfg @@ -2,7 +2,7 @@ [Application] name=git-cola -version=4.0.2 +version=4.0.3 entry_point=cola.main:shortcut_launch icon=cola/icons/git-cola.ico extra_preamble=contrib/win32/pynsist-preamble.py diff --git a/share/metainfo/git-cola.appdata.xml b/share/metainfo/git-cola.appdata.xml index 2ab34ce5..fe84a55c 100644 --- a/share/metainfo/git-cola.appdata.xml +++ b/share/metainfo/git-cola.appdata.xml @@ -17,6 +17,7 @@ https://git-cola.github.io/ + diff --git a/share/metainfo/git-dag.appdata.xml b/share/metainfo/git-dag.appdata.xml index 518b5ffc..149a9a4a 100644 --- a/share/metainfo/git-dag.appdata.xml +++ b/share/metainfo/git-dag.appdata.xml @@ -11,6 +11,7 @@ https://git-cola.github.io/ + -- 2.11.4.GIT