Skip to content

Commit

Permalink
Prep for v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 2, 2021
1 parent 6c4559d commit ebac3f7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.3.2
-----

* Allow use of user-specified serial port if VID/PID are empty
* Support handling multiple sets of options in CMake tool

0.3.1
-----

Expand Down
6 changes: 6 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ Supported formats:

# Changelog

0.3.2
-----

* Allow use of user-specified serial port if VID/PID are empty
* Support handling multiple sets of options in CMake tool

0.3.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.3.1
version = 0.3.2
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.3.1'
__version__ = '0.3.2'

import argparse
import logging
Expand Down

0 comments on commit ebac3f7

Please sign in to comment.