Skip to content

Commit 231e864

Browse files
committed
v1.3.0
1 parent 77545ce commit 231e864

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ Changelog
103103

104104
* **[NEXT]** (changes on ``master``, but not released yet):
105105

106+
* Nothing yet ;)
107+
108+
* **v1.3.0:**
109+
106110
* feat: Added binary export of tilesets and tilemaps (@duysqubix, #44)
107111
* misc: Added Python 3.13 support (@flozz)
108112
* misc!: Removed Python 3.8 support (@flozz)

img2gb/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.2.0"
1+
VERSION = "1.3.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="img2gb",
15-
version="1.2.0",
15+
version="1.3.0",
1616
description="Converts images to GameBoy tileset",
1717
url="https://github.com/flozz/img2gb",
1818
project_urls={

0 commit comments

Comments
 (0)