Skip to content

Commit 008f05b

Browse files
authored
Merge pull request #411 from SrainApp/release-1.7.0
Release 1.7.0
2 parents 76a1626 + 8f55586 commit 008f05b

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

docs/changelog.rst

+25
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,31 @@ Change Log
3232
- XXX
3333
3434
.. _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+
3560
.. _version-1.6.0:
3661

3762
2024-02-11 Version 1.6.0

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = '1.6.0'
65+
version = '1.7.0'
6666
# The full version, including alpha/beta/rc tags.
6767
release = version
6868

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
project(
66
'srain', 'c',
7-
version: '1.6.0',
7+
version: '1.7.0',
88
license: 'GPL3',
99
meson_version: '>= 0.47.0'
1010
)

0 commit comments

Comments
 (0)