Skip to content

Commit

Permalink
Prep for v0.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jun 17, 2024
1 parent eacd03d commit bce1290
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ python-dist: python-clean python-wheels python-sdist
-python3 -m twine check src/dist/*

python-testdeploy: python-dist
twine upload --repository-url https://test.pypi.org/legacy/ src/dist/*
twine upload --repository testpypi src/dist/*

python-deploy: check python-dist
twine upload src/dist/*
Expand Down
7 changes: 7 additions & 0 deletions src/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.7.4
-----

* Fix bug when deleting from flash - thanks @ali1234
* Fix serial port in error message - thanks @ali1234
* Fix image encoding - thanks @Daft-Freak

0.7.3
-----

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

# Changelog

0.7.4
-----

* Fix bug when deleting from flash - thanks @ali1234
* Fix serial port in error message - thanks @ali1234
* Fix image encoding - thanks @Daft-Freak

0.7.3
-----

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.3
version = 0.7.4
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.7.3'
__version__ = '0.7.4'

import logging

Expand Down

0 comments on commit bce1290

Please sign in to comment.