Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Nov 22, 2023
1 parent 120ec70 commit 3d1066e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions org.skytemple.SkyTemple.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
</content_rating>

<releases>
<release version="1.6.0" date="2023-11-24">
<description>Changelog can be found on Github (https://github.com/SkyTemple/skytemple/releases/tag/1.6.0).</description>
<url>https://github.com/SkyTemple/skytemple/releases/tag/1.6.0</url>
</release>
<release version="1.5.5" date="2023-08-24">
<description>Changelog can be found on Github (https://github.com/SkyTemple/skytemple/releases/tag/1.5.5).</description>
<url>https://github.com/SkyTemple/skytemple/releases/tag/1.5.5</url>
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"ndspy >= 3.0.0",
"skytemple-files[spritecollab] >= 1.6.0, < 1.7.0",
"skytemple-files[spritecollab] >= 1.6.1, < 1.7.0",
"pmdsky-debug-py", # Whatever version skytemple-files requires.
"skytemple-dtef >= 1.6.0, < 1.7.0",
"skytemple-icons >= 1.3.2, < 1.7.0",
Expand All @@ -34,7 +34,7 @@ dependencies = [
"pycairo >= 1.16.0",
"natsort >= 7.0.0",
"tilequant >= 1.1.0",
"skytemple-ssb-debugger >= 1.6.0, < 1.7.0",
"skytemple-ssb-debugger >= 1.6.1, < 1.7.0",
"pygal >= 2.4.0",
"CairoSVG >= 2.4.2",
"gbulb >= 0.6.2",
Expand Down
4 changes: 2 additions & 2 deletions requirements-mac-windows.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Also for Linux Flatpak
ndspy==4.1.0
skytemple-files[spritecollab]==1.6.0
skytemple-files[spritecollab]==1.6.1
pmdsky-debug-py
skytemple-dtef==1.6.0
skytemple-icons==1.3.2
range-typed-integers >= 1.0.0
pycairo==1.18.2; sys_platform != "win32"
natsort==8.4.0
tilequant==1.1.0
skytemple-ssb-debugger==1.6.0
skytemple-ssb-debugger==1.6.1
skytemple-eventserver==1.6.0
pypresence==4.3.0
pygal==3.0.1
Expand Down

0 comments on commit 3d1066e

Please sign in to comment.