Skip to content

Commit

Permalink
Prep for v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Oct 7, 2021
1 parent 018b869 commit 32b8529
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions src/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.7.1
-----

* Added DFU tool
* Filename now shown when flashing
* Remove unecessary reset-to-firmware code
* Fixed GIMP palette handling
* Support for more image font layouts (multiple row support)
* Make freetype a soft dependency when processing font data
* Misc small tweaks & tidyup

0.7.0
-----

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.7.0
version = 0.7.1
author = Philip Howard
author_email = phil@pimoroni.com
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.7.0'
__version__ = '0.7.1'

import logging

Expand Down

0 comments on commit 32b8529

Please sign in to comment.