Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Apr 2, 2023
1 parent 504fa97 commit 9391f0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions desktop/com.github.unrud.djpdf.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
<url type="homepage">https://github.com/Unrud/djpdf</url>
<developer_name>Unrud</developer_name>
<releases>
<release version="0.4.3" date="2023-04-02">
<description>
<ul>
<li>Remove custom FileChooser integration</li>
</ul>
</description>
</release>
<release version="0.4.2" date="2023-03-06">
<description>
<ul>
Expand Down Expand Up @@ -220,10 +227,10 @@
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.4.2/screenshots/1.png</image>
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.4.3/screenshots/1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.4.2/screenshots/2.png</image>
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.4.3/screenshots/2.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name="djpdf",
version="0.4.2",
version="0.4.3",
packages=packages,
package_data=package_data,
entry_points={"console_scripts": console_scripts},
Expand Down

0 comments on commit 9391f0a

Please sign in to comment.