Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 30, 2023
1 parent 4501888 commit 4063865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.10.1 (2023-11-30)

### Fix

* fix: Fix import. ([`4501888`](https://github.com/andrewjw/i75/commit/45018886a1849fc7d83d48150ef50704d280869c))


## v0.10.0 (2023-11-30)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion i75/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "0.10.0"
__version__ = "0.10.1"

import picographics
if hasattr(picographics, "DisplayType"):
Expand Down

0 comments on commit 4063865

Please sign in to comment.