Skip to content

Commit 13bd534

Browse files
committed
Bump version to 0.5.8
1 parent cad74f5 commit 13bd534

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

desktop/com.github.unrud.djpdf.metainfo-releases.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<releases>
3+
<release version="0.5.8" date="2024-11-17">
4+
<description>
5+
<ul>
6+
<li>Add Slovak translation</li>
7+
<li>Update German translation</li>
8+
<li>Update Hungarian translation</li>
9+
</ul>
10+
</description>
11+
</release>
312
<release version="0.5.7" date="2024-08-30">
413
<description>
514
<ul>

desktop/com.github.unrud.djpdf.metainfo.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
<translation type="gettext">djpdfgui</translation>
3535
<screenshots>
3636
<screenshot type="default">
37-
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.5.7/screenshots/1.png</image>
37+
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.5.8/screenshots/1.png</image>
3838
</screenshot>
3939
<screenshot>
40-
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.5.7/screenshots/2.png</image>
40+
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.5.8/screenshots/2.png</image>
4141
</screenshot>
4242
</screenshots>
4343
<content_rating type="oars-1.1" />

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('djpdfgui',
2-
version: '0.5.7',
2+
version: '0.5.8',
33
meson_version: '>= 0.62.0',
44
default_options: ['warning_level=2', 'werror=false'],
55
)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="djpdf",
5-
version="0.5.7",
5+
version="0.5.8",
66
packages=["djpdf"],
77
package_data={"djpdf": ["argyllcms-srgb.icm", "tesseract-pdf.ttf",
88
"to-unicode.cmap"]},

0 commit comments

Comments
 (0)