Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Hallett committed Aug 9, 2023
1 parent a05a05f commit c3d9b86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "clientele"
version = "0.4.4"
version = "0.5.0"
description = "Typed API Clients from OpenAPI schemas"
authors = ["Paul Hallett <paulandrewhallett@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
CLIENT_TEMPLATE_ROOT = dirname(dirname(abspath(__file__))) + "/src/client_template/"
TEMPLATES_ROOT = dirname(dirname(abspath(__file__))) + "/src/templates/"
CONSTANTS_ROOT = dirname(dirname(abspath(__file__))) + "/src/"
VERSION = "0.4.4"
VERSION = "0.5.0"

templates = Environment(loader=PackageLoader("src", "templates"))
2 changes: 1 addition & 1 deletion tests/test_client/MANIFEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipx install clientele

API VERSION: 0.1.0
OPENAPI VERSION: 3.0.2
CLIENTELE VERSION: 0.4.4
CLIENTELE VERSION: 0.5.0

Generated using this command:

Expand Down

0 comments on commit c3d9b86

Please sign in to comment.