Skip to content

Commit

Permalink
chore: Prepare release v5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Mar 11, 2023
1 parent 568bfbe commit 7da4534
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).

## Unreleased

Nothing.

## [5.11.1](https://github.com/trallnag/prometheus-fastapi-instrumentator/compare/v5.11.0...v5.11.1) / 2023-03-11

### Fixed

- Improved typing hints and enabled stricter rules for MyPy. Thanks to
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "prometheus-fastapi-instrumentator"
version = "5.11.0"
version = "5.11.1"
description = "Instrument your FastAPI with Prometheus metrics."
authors = ["Tim Schwenke <tim@trallnag.com>"]
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus_fastapi_instrumentator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .instrumentation import PrometheusFastApiInstrumentator

__version__ = "5.11.0"
__version__ = "5.11.1"

Instrumentator = PrometheusFastApiInstrumentator

0 comments on commit 7da4534

Please sign in to comment.