Skip to content

Commit

Permalink
Bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Oct 2, 2021
1 parent 3520e2c commit 4049afa
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.1.6" date="2021-10-02">
<description>
<ul>
<li>Add setuptools requirement</li>
</ul>
</description>
</release>
<release version="0.1.5" date="2021-09-12">
<description>
<ul>
Expand Down Expand Up @@ -143,10 +150,10 @@
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Unrud/djpdf/0.1.5/screenshots/1.png</image>
<image>https://raw.githubusercontent.com/Unrud/djpdf/0.1.6/screenshots/1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Unrud/djpdf/0.1.5/screenshots/2.png</image>
<image>https://raw.githubusercontent.com/Unrud/djpdf/0.1.6/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 @@ -30,7 +30,7 @@

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

0 comments on commit 4049afa

Please sign in to comment.