Skip to content

Commit

Permalink
Merge branch 'main' into notify_callback_empty_message
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 7, 2023
2 parents b4a4cd7 + 8e17e91 commit 1da13ff
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-->

## v1.95.1 (2023-09-07)

### Fix

* Handle multiple flag bits when unmarshalling ([#241](https://github.com/Bluetooth-Devices/dbus-fast/issues/241)) ([`6f6f5f8`](https://github.com/Bluetooth-Devices/dbus-fast/commit/6f6f5f86c020866a0c1ef5573547e25c63c8d3c3))

## v1.95.0 (2023-09-06)

### Feature
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 = "dbus-fast"
version = "1.95.0"
version = "1.95.1"
description = "A faster version of dbus-next"
authors = ["Bluetooth Devices Authors <bluetooth@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/dbus_fast/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"A performant zero-dependency DBus library for Python with asyncio support"
)
__url__ = "https://github.com/bluetooth-devices/dbus-fast"
__version__ = "1.95.0"
__version__ = "1.95.1"

Check warning on line 6 in src/dbus_fast/__version__.py

View check run for this annotation

Codecov / codecov/patch

src/dbus_fast/__version__.py#L6

Added line #L6 was not covered by tests
__author__ = "Bluetooth Devices authors, Tony Crisci"
__author_email__ = "bluetooth@koston.org"
__license__ = "MIT"
Expand Down

0 comments on commit 1da13ff

Please sign in to comment.