Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 17, 2025
1 parent acc4b49 commit 739a19a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.6.0 (2025-01-17)

### Feature


- Add aarch64 wheels (#18) ([`acc4b49`](https://github.com/Bluetooth-Devices/convertertools/commit/acc4b49789b978c51aaf40727235be8de3eade49))


### Unknown



## v0.5.0 (2024-06-27)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "convertertools"
copyright = "2024, J. Nick Koston"
author = "J. Nick Koston"
release = "0.5.0"
release = "0.6.0"

# General configuration
extensions = [
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 = "convertertools"
version = "0.5.0"
version = "0.6.0"
description = "Tools for converting python data types"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/convertertools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

from .impl import (
del_dict_set,
Expand Down

0 comments on commit 739a19a

Please sign in to comment.