Skip to content

Commit

Permalink
Bump version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Jun 15, 2023
1 parent 2da65d7 commit e40d0b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.5.2" date="2023-06-15">
<description>Changelog can be found on Github (https://github.com/SkyTemple/skytemple/releases/tag/1.5.2).</description>
<url>https://github.com/SkyTemple/skytemple/releases/tag/1.5.2</url>
</release>
<release version="1.5.1" date="2023-05-20">
<description>Changelog can be found on Github (https://github.com/SkyTemple/skytemple/releases/tag/1.5.1).</description>
<url>https://github.com/SkyTemple/skytemple/releases/tag/1.5.1</url>
Expand Down
2 changes: 1 addition & 1 deletion requirements-mac-windows.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Also for Linux Flatpak
ndspy==3.0.0
skytemple-files[spritecollab]==1.5.1
skytemple-files[spritecollab]==1.5.2
pmdsky-debug-py
skytemple-dtef==1.1.5
skytemple-icons==1.3.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.5.1'
__version__ = '1.5.2'

import glob
import os
Expand Down Expand Up @@ -64,7 +64,7 @@ def recursive_pkg_files_in(xpath):
url='https://github.com/SkyTemple/skytemple/',
install_requires=[
'ndspy >= 3.0.0',
'skytemple-files[spritecollab] >= 1.5.1',
'skytemple-files[spritecollab] >= 1.5.2',
'pmdsky-debug-py', # Whatever version skytemple-files requires.
'skytemple-dtef >= 1.1.4',
'skytemple-icons >= 1.3.2',
Expand Down

0 comments on commit e40d0b0

Please sign in to comment.