Skip to content

Commit 4014663

Browse files
author
semantic-release
committed
0.13.2
Automatically generated by python-semantic-release
1 parent fe5986b commit 4014663

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# CHANGELOG
22

33

4+
## v0.13.2 (2024-11-01)
5+
6+
### Bug Fixes
7+
8+
* fix: 🐛 reset format on .quit() to allow re-connect on same instance
9+
10+
Co-authored-by: Alex Ward <[email protected]> ([`fe5986b`](https://github.com/iwpnd/pyle38/commit/fe5986b8ff8894e3bb4d5509fb38b6b014370ce2))
11+
12+
413
## v0.13.1 (2024-11-01)
514

615
### Bug Fixes

pyle38/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.13.1"
1+
__version__ = "0.13.2"
22

33
from .tile38 import Tile38

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyle38"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "Async python client for Tile38"
55
authors = ["Benjamin Ramser <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)