Skip to content

Commit

Permalink
Prep for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed May 26, 2021
1 parent 8f520e7 commit 3a97fcd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.7.0
-----

* Reworked Tiled maps support (requires updated SDK) - thanks @Daft-Freak
* Metadata CMake tool now escapes quotes - thanks @Daft-Freak
* New project setup tool "32blit setup" for downloading/configuring a boilerplate project - thanks @DaftFreak
* Fixed asset builder throwing a cryptic error if no valid input files were found

0.6.1
-----

Expand Down
2 changes: 1 addition & 1 deletion src/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
[metadata]
name = 32blit
version = 0.6.1
version = 0.7.0
author = Philip Howard
author_email = [email protected]
description = 32Blit asset preparation and upload tools
Expand Down
2 changes: 1 addition & 1 deletion src/ttblit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.6.1'
__version__ = '0.7.0'

import click
import logging
Expand Down

0 comments on commit 3a97fcd

Please sign in to comment.