Skip to content

Commit c0841f7

Browse files
committed
git-cola v2.0.7
Signed-off-by: David Aguilar <davvid@gmail.com>
1 parent 504ac25 commit c0841f7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

cola/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# The current git-cola version
2-
VERSION = '2.0.6'
2+
VERSION = '2.0.7'

share/doc/git-cola/relnotes.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ Usability, bells and whistles
66

77
* New hotkey: `Ctrl+R` refreshes the DAG viewer.
88

9+
https://github.com/git-cola/git-cola/issue/347
10+
11+
Fixes
12+
-----
13+
* We now use `git config` to parse the list of remotes
14+
instead of parsing the output of `git remote`, which
15+
is a Git porcelain and should not be used by scripts.
16+
17+
* Avoid "C++ object has been deleted" errors from PyQt4.
18+
19+
https://github.com/git-cola/git-cola/issue/346
20+
21+
Packaging
22+
---------
23+
* The `make install` target now uses `install` instead of `cp`.
24+
925
git-cola v2.0.6
1026
===============
1127
Usability, bells and whistles

0 commit comments

Comments
 (0)