Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 24, 2024
1 parent 5b84d34 commit 5b29f3d
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
@@ -1,5 +1,11 @@
# Changelog

## v0.1.5 (2024-02-24)

### Fix

- Invalid defaults (#7) ([`5b84d34`](https://github.com/Bluetooth-Devices/aiooui/commit/5b84d3469fee22d4dc821fbd525a362a87c8674e))

## v0.1.4 (2024-02-24)

### 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 = "aiooui"
version = "0.1.4"
version = "0.1.5"
description = "Async OUI lookups"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/aiooui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.1.4"
__version__ = "0.1.5"

import asyncio
import pathlib
Expand Down

0 comments on commit 5b29f3d

Please sign in to comment.