We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77545ce commit 231e864Copy full SHA for 231e864
README.rst
@@ -103,6 +103,10 @@ Changelog
103
104
* **[NEXT]** (changes on ``master``, but not released yet):
105
106
+ * Nothing yet ;)
107
+
108
+* **v1.3.0:**
109
110
* feat: Added binary export of tilesets and tilemaps (@duysqubix, #44)
111
* misc: Added Python 3.13 support (@flozz)
112
* misc!: Removed Python 3.8 support (@flozz)
img2gb/version.py
@@ -1 +1 @@
1
-VERSION = "1.2.0"
+VERSION = "1.3.0"
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name="img2gb",
15
- version="1.2.0",
+ version="1.3.0",
16
description="Converts images to GameBoy tileset",
17
url="https://github.com/flozz/img2gb",
18
project_urls={
0 commit comments