Skip to content

Commit edc9c51

Browse files
committed
v1.1.0
1 parent 47b5974 commit edc9c51

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
1010
`Unreleased`_
1111
=============
1212

13+
`1.1.0`_ (2025-08-10)
14+
=====================
15+
1316
Added
1417
-----
1518
- Added support for Pythonista iOS app backend.
@@ -1108,7 +1111,8 @@ Fixed
11081111
* Bleak created.
11091112

11101113

1111-
.. _Unreleased: https://github.com/hbldh/bleak/compare/v1.0.1...develop
1114+
.. _Unreleased: https://github.com/hbldh/bleak/compare/v1.1.0...develop
1115+
.. _1.1.0: https://github.com/hbldh/bleak/compare/v1.0.1...v1.1.0
11121116
.. _1.0.1: https://github.com/hbldh/bleak/compare/v1.0.0...v1.0.1
11131117
.. _1.0.0: https://github.com/hbldh/bleak/compare/v0.22.3...v1.0.0
11141118
.. _0.22.3: https://github.com/hbldh/bleak/compare/v0.22.2...v0.22.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bleak"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Bluetooth Low Energy platform Agnostic Klient"
55
authors = [{ name = "Henrik Blidh", email = "[email protected]" }]
66
license = "MIT"

0 commit comments

Comments
 (0)