Skip to content

Commit 6de342d

Browse files
committed
Prepare for 0.8 release
1 parent 5e81cab commit 6de342d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGES.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
Changes
22
=======
33

4-
0.8 (unreleased)
4+
0.8 (2025-01-20)
55
----------------
66

77
- Fix the reading of the CSV durations matrix when the first cell isn't empty.
88

99
- Fix the listening of changes in the QlistWidget that allows the user to select the layer to deform.
1010

11+
- Improve progression of the progress bar during the cartogram creation.
12+
13+
- Make the main QDialog non-resizable (since the content does not resize according to the size of the QDialog).
14+
15+
1116
0.7 (2025-01-08)
1217
----------------
1318

@@ -17,6 +22,7 @@ Changes
1722

1823
- Improve wording in the README and in the documentation.
1924

25+
2026
0.6 (2024-12-09)
2127
----------------
2228

help/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = "0.7"
51+
version = "0.8"
5252
# The full version, including alpha/beta/rc tags.
53-
release = "0.7"
53+
release = "0.8"
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name=DistanceCartogram
1111
qgisMinimumVersion=3.0
1212
description=Compute distance cartogram
13-
version=0.7
13+
version=0.8
1414
author=Matthieu Viry
1515
email=matthieu.viry@cnrs.fr
1616

0 commit comments

Comments
 (0)