Skip to content

Commit

Permalink
git-cola v4.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed May 2, 2024
1 parent 0fe43d5 commit 7e1fa42
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
15 changes: 14 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
.. _v4.6.2:
.. _v4.7.1:

v4.7.1
======

Packaging
---------
* The `importlib_metadata` dependency which was restored for Python 3.8 and earlier
to retain Python 3.7 support. The use of `setuptools_scm` 8.0 and newer to generate
the `cola/_scm_version.py` version file has been deferred to prevent the need to
upgrade Python.


.. _v4.7.0:

v4.7.0
======
Expand Down
2 changes: 1 addition & 1 deletion cola/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '4.7.0'
VERSION = '4.7.1'
2 changes: 1 addition & 1 deletion docs/relnotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Releases
Latest Release
==============

:ref:`v4.7.0 <v4.7.0>` is the latest stable release.
:ref:`v4.7.1 <v4.7.1>` is the latest stable release.

Development version
===================
Expand Down
2 changes: 1 addition & 1 deletion pynsist.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Application]
name=git-cola
version=4.7.0
version=4.7.1
entry_point=cola.main:shortcut_launch
icon=cola/icons/git-cola.ico
extra_preamble=contrib/win32/pynsist-preamble.py
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ line-length = 88
addopts = "--ruff"

[tool.setuptools_scm]
fallback_version = "4.7.0"
fallback_version = "4.7.1"
1 change: 1 addition & 0 deletions share/metainfo/git-cola.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</screenshots>
<url type="homepage">https://git-cola.github.io/</url>
<releases>
<release version="4.7.1" date="2024-05-02" />
<release version="4.7.0" date="2024-05-02" />
<release version="4.6.1" date="2024-03-03" />
<release version="4.6.0" date="2024-03-03" />
Expand Down
1 change: 1 addition & 0 deletions share/metainfo/git-dag.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<launchable type="desktop-id">git-dag.desktop</launchable>
<url type="homepage">https://git-cola.github.io/</url>
<releases>
<release version="4.7.1" date="2024-05-02" />
<release version="4.7.0" date="2024-05-02" />
<release version="4.6.1" date="2024-03-03" />
<release version="4.6.0" date="2024-03-03" />
Expand Down

0 comments on commit 7e1fa42

Please sign in to comment.