Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 3, 2023
1 parent 39380a7 commit 99e3877
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v3.1.2 (2023-09-03)

### Fix

* Increase bleak safety timeout to allow for longer disconnect timeout ([#101](https://github.com/Bluetooth-Devices/bleak-retry-connector/issues/101)) ([`39380a7`](https://github.com/Bluetooth-Devices/bleak-retry-connector/commit/39380a744b9aed832b51ad20671af86b99186560))

## v3.1.1 (2023-07-25)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bleak-retry-connector"
version = "3.1.1"
version = "3.1.2"
description = "A connector for Bleak Clients that handles transient connection failures"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/bleak_retry_connector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "3.1.1"
__version__ = "3.1.2"


import asyncio
Expand Down

0 comments on commit 99e3877

Please sign in to comment.