From b417f57bf962387da5e22fee366708aff9a8ddd4 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Fri, 11 Sep 2020 22:34:38 -0700 Subject: [PATCH] git-cola v3.8 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 3685acbd..7062d805 100644 --- a/cola/_version.py +++ b/cola/_version.py @@ -1 +1 @@ -VERSION = '3.7' +VERSION = '3.8' diff --git a/pynsist.cfg b/pynsist.cfg index 9767eaab..7c11ec24 100644 --- a/pynsist.cfg +++ b/pynsist.cfg @@ -2,7 +2,7 @@ [Application] name = git-cola -version = 3.7 +version = 3.8 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 dad6e548..9a7b4276 100644 --- a/share/doc/git-cola/relnotes.rst +++ b/share/doc/git-cola/relnotes.rst @@ -5,7 +5,7 @@ Releases Latest Release ============== -:ref:`v3.7 ` is the latest stable release. +:ref:`v3.8 ` is the latest stable release. Development version =================== -- 2.11.4.GIT