Skip to content

Commit

Permalink
version 0.6.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaurele authored Apr 14, 2024
1 parent bc4adf3 commit 28a425a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.6.0 (not released)
## 0.6.0

- add support for Python 3.12

Expand Down
2 changes: 1 addition & 1 deletion ipx800/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from ipx800.ipx800 import ApiError, IPX800 as ipx800 # noqa


__version__ = "0.6.dev0"
__version__ = "0.6.0"
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 = "gce-ipx800"
version = "0.5.2"
version = "0.6.0"
description = "Library to interact with the GCE Electronics IPX800 device"
authors = ["Marc-Aurèle Brothier <m@brothier.org>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 28a425a

Please sign in to comment.