Skip to content

Commit

Permalink
bump version 0.5.2 (#53)
Browse files Browse the repository at this point in the history
* bump version
* missing py311 ref
* changelog update
  • Loading branch information
marcaurele authored Oct 2, 2023
1 parent f99bcbd commit 9a10506
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## 0.6.0 (not released)

## 0.5.2

- bump to fix missing release for `0.5.1`

## 0.5.1

- fix poetry lock file
- improve CI automation
- add support for Python 3.11

## 0.5.0

- move to poetry for packaging
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gce-ipx800"
version = "0.6.dev0"
version = "0.5.2"
description = "Library to interact with the GCE Electronics IPX800 device"
authors = ["Marc-Aurèle Brothier <m@brothier.org>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -45,7 +45,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.black]
target-version = ["py38", "py39", "py310"]
target-version = ["py38", "py39", "py310", "py311"]
line-length = 79

[tool.coverage.report]
Expand Down

0 comments on commit 9a10506

Please sign in to comment.