mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-04-21 14:32:40 +02:00
chore(main): release 0.4.0 (#393)
This commit is contained in:
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## [0.4.0](https://github.com/andrewthetechie/py-healthchecks.io/compare/v0.3.1...v0.4.0) (2023-02-21)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add python 3.11 support ([#392](https://github.com/andrewthetechie/py-healthchecks.io/issues/392)) ([a752c42](https://github.com/andrewthetechie/py-healthchecks.io/commit/a752c42a28762fed48c3af57c7543b8b3b606702))
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "healthchecks_io"
|
||||
version = "0.0.0"
|
||||
version = "0.4.0"
|
||||
description = "A python client package for Healthchecks.io API"
|
||||
authors = ["Andrew Herrington <andrew.the.techie@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"""Py Healthchecks.Io."""
|
||||
# set by poetry-dynamic-versioning
|
||||
__version__ = "0.0.0" # noqa: E402
|
||||
__version__ = "0.4.0" # noqa: E402
|
||||
|
||||
from .client import AsyncClient # noqa: F401, E402
|
||||
from .client import Client # noqa: F401, E402
|
||||
|
||||
Reference in New Issue
Block a user