File tree 3 files changed +27
-2
lines changed
3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,31 @@ Change Log
32
32
- XXX
33
33
34
34
.. _version-latest :
35
+ .. _version-1.7.0 :
36
+
37
+ 2024-04-26 Version 1.7.0
38
+ ========================
39
+
40
+ .. post :: 2024-04-26
41
+ :category: Release
42
+
43
+ - Changes:
44
+
45
+ - Remove GIMPNet (:pull: `408 `)
46
+ - Migrate to libsoup3 (:issue: `409 `)
47
+
48
+ .. _version-1.6.1 :
49
+
50
+ 2024-04-26 Version 1.6.1
51
+ ========================
52
+
53
+ .. post :: 2024-04-26
54
+ :category: Release
55
+
56
+ - Bug fixes:
57
+
58
+ - Add developer name to metainfo
59
+
35
60
.. _version-1.6.0 :
36
61
37
62
2024-02-11 Version 1.6.0
Original file line number Diff line number Diff line change 62
62
# built documents.
63
63
#
64
64
# The short X.Y version.
65
- version = '1.6 .0'
65
+ version = '1.7 .0'
66
66
# The full version, including alpha/beta/rc tags.
67
67
release = version
68
68
Original file line number Diff line number Diff line change 4
4
5
5
project (
6
6
' srain' , ' c' ,
7
- version : ' 1.6 .0' ,
7
+ version : ' 1.7 .0' ,
8
8
license : ' GPL3' ,
9
9
meson_version : ' >= 0.47.0'
10
10
)
You can’t perform that action at this time.
0 commit comments