Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Nov 5, 2022
1 parent cd12baf commit dcf46e5
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.4.0" date="2022-11-05">
<description>Changelog can be found on Github (https://github.com/SkyTemple/skytemple/releases/tag/1.4.0).</description>
<url>https://github.com/SkyTemple/skytemple/releases/tag/1.4.0</url>
</release>
<release version="1.4.0rc1" date="2022-10-31">
<description>Release candidate. See Discord #beta-tester for info.</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion requirements-mac-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ range-typed-integers >= 1.0.0
pycairo==1.18.2; sys_platform != "win32"
natsort==8.2.0
tilequant==0.4.1.post0
skytemple-ssb-debugger==1.4.0rc1
skytemple-ssb-debugger==1.4.0
skytemple-eventserver==1.0.0
pypresence==4.2.1
pygal==3.0.0
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.4.0rc1'
__version__ = '1.4.0'

import glob
import os
Expand Down Expand Up @@ -73,7 +73,7 @@ def recursive_pkg_files_in(xpath):
'pycairo >= 1.16.0',
'natsort >= 7.0.0',
'tilequant >= 0.4.1.post0',
'skytemple-ssb-debugger >= 1.4.0rc1',
'skytemple-ssb-debugger >= 1.4.0',
'pygal >= 2.4.0',
'CairoSVG >= 2.4.2',
'gbulb >= 0.6.2',
Expand Down

0 comments on commit dcf46e5

Please sign in to comment.