Skip to content

Commit

Permalink
1.18.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 13, 2023
1 parent 57aebfb commit 023979a
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.18.0 (2023-12-13)

### Feature

* Add mac_to_int util ([#40](https://github.com/Bluetooth-Devices/bluetooth-data-tools/issues/40)) ([`57aebfb`](https://github.com/Bluetooth-Devices/bluetooth-data-tools/commit/57aebfbcdf83754c8324890908d401718818d391))

## v1.17.0 (2023-12-03)

### 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 = "bluetooth-data-tools"
version = "1.17.0"
version = "1.18.0"
description = "Tools for converting bluetooth data and packets"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/bluetooth_data_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
short_address,
)

__version__ = "1.17.0"
__version__ = "1.18.0"


__all__ = [
Expand Down

0 comments on commit 023979a

Please sign in to comment.