Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 27, 2024
1 parent 8ed37cc commit f9ec217
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

### Feature


- Python 3.10 support ([`8ed37cc`](https://github.com/Bluetooth-Devices/convertertools/commit/8ed37cce81ded6e129edece08e1257db6ddcb7e1))


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

### Fix
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.3.0"
release = "0.4.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.3.0"
version = "0.4.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.3.0"
__version__ = "0.4.0"

from .impl import del_dict_set, del_dict_tuple, pop_dict_set, pop_dict_tuple

Expand Down

0 comments on commit f9ec217

Please sign in to comment.