From 8b8e08bfe29605ebec458be960144feb90db4f09 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Mon, 15 Jun 2015 11:21:56 -0700 Subject: [PATCH] git-cola v2.2.1 Signed-off-by: David Aguilar --- cola/_version.py | 2 +- pynsist.cfg | 4 ++-- share/doc/git-cola/relnotes.rst | 1 + share/doc/git-cola/relnotes/v2.2.1.rst | 8 ++++++++ 4 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 share/doc/git-cola/relnotes/v2.2.1.rst diff --git a/cola/_version.py b/cola/_version.py index c225ad2e..1728426c 100644 --- a/cola/_version.py +++ b/cola/_version.py @@ -1,2 +1,2 @@ # The current git-cola version -VERSION = '2.2' +VERSION = '2.2.1' diff --git a/pynsist.cfg b/pynsist.cfg index 9c486f09..7ed22003 100644 --- a/pynsist.cfg +++ b/pynsist.cfg @@ -1,6 +1,6 @@ [Application] -name=Git Cola -version=2.2 +name=git-cola +version=2.2.1 entry_point=cola.main:shortcut_launch icon=share/git-cola/icons/git-cola.ico diff --git a/share/doc/git-cola/relnotes.rst b/share/doc/git-cola/relnotes.rst index d3f0be79..082b30ee 100644 --- a/share/doc/git-cola/relnotes.rst +++ b/share/doc/git-cola/relnotes.rst @@ -6,6 +6,7 @@ Releases :titlesonly: relnotes/unreleased + relnotes/v2.2.1 relnotes/v2.2 relnotes/v2.1.2 relnotes/v2.1.1 diff --git a/share/doc/git-cola/relnotes/v2.2.1.rst b/share/doc/git-cola/relnotes/v2.2.1.rst new file mode 100644 index 00000000..9ebdeddf --- /dev/null +++ b/share/doc/git-cola/relnotes/v2.2.1.rst @@ -0,0 +1,8 @@ +.. _v2.2.1: + +git-cola v2.2.1 +=============== + +Fixes +----- +* Fixed the "Sign off" feature in the commit message editor. -- 2.11.4.GIT