From 699cdec67a7195c7f6bd6cf5e4354c168aed0d44 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Thu, 20 Jan 2022 01:23:43 -0800 Subject: [PATCH] git-cola v3.12.0 Signed-off-by: David Aguilar --- cola/_version.py | 2 +- pynsist.cfg | 2 +- share/doc/git-cola/relnotes.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cola/_version.py b/cola/_version.py index 74b94b16..38c97452 100644 --- a/cola/_version.py +++ b/cola/_version.py @@ -1 +1 @@ -VERSION = '3.11.0' +VERSION = '3.12.0' diff --git a/pynsist.cfg b/pynsist.cfg index a8c1ad36..7dfbf1da 100644 --- a/pynsist.cfg +++ b/pynsist.cfg @@ -2,7 +2,7 @@ [Application] name = git-cola -version = 3.11.0 +version = 3.12.0 entry_point = cola.main:shortcut_launch icon = share/git-cola/icons/git-cola.ico extra_preamble = contrib/win32/pynsist-preamble.py diff --git a/share/doc/git-cola/relnotes.rst b/share/doc/git-cola/relnotes.rst index 82496cb8..479bc6f6 100644 --- a/share/doc/git-cola/relnotes.rst +++ b/share/doc/git-cola/relnotes.rst @@ -5,7 +5,7 @@ Releases Latest Release ============== -:ref:`v3.11.0 ` is the latest stable release. +:ref:`v3.12.0 ` is the latest stable release. Development version =================== -- 2.11.4.GIT