Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
berislavlopac committed Apr 5, 2024
1 parent dd2ea3a commit 3af51e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ ipython_config.py
Pipfile.lock
poetry.lock
pdm.lock
.pdm-python

# PEP 582; used by e.g. pyflow and PDM
__pypackages__/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyapi-server"
version = "0.4.1"
version = "0.5.0"
description = "Lightweight API framework using an OpenAPI spec for routing and validation."
readme = "README.md"
license = {text = "MIT"}
Expand Down
2 changes: 2 additions & 0 deletions release-notes/0.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* update for latest openapi-core
* add 3.12 tests to CI

0 comments on commit 3af51e9

Please sign in to comment.