Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed Feb 21, 2023
1 parent a752c42 commit 8a3ad1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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 = "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"
Expand Down
2 changes: 1 addition & 1 deletion src/healthchecks_io/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8a3ad1a

Please sign in to comment.