From 3fe6ac967ccad53be9c69de75bd39f97ed671bce Mon Sep 17 00:00:00 2001 From: Paul Hallett Date: Wed, 25 Oct 2023 13:51:57 +1300 Subject: [PATCH] 0.7.1 --- CHANGELOG.md | 4 ++++ clientele/settings.py | 2 +- docs/install.md | 2 +- docs/usage.md | 2 +- pyproject.toml | 2 +- tests/async_test_client/MANIFEST.md | 2 +- tests/test_client/MANIFEST.md | 2 +- 7 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c650a04..a342a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 0.7.1 + +- Support for `Decimal` types. + ## 0.7.0 * Updated all files to use the templates engine. diff --git a/clientele/settings.py b/clientele/settings.py index efb4d39..9157588 100644 --- a/clientele/settings.py +++ b/clientele/settings.py @@ -1,6 +1,6 @@ import platform -VERSION = "0.7.0" +VERSION = "0.7.1" def split_ver(): diff --git a/docs/install.md b/docs/install.md index 18bf4e7..24803f4 100644 --- a/docs/install.md +++ b/docs/install.md @@ -10,5 +10,5 @@ Once installed you can run `clientele version` to make sure you have the latest ```sh > clientele version -clientele 0.7.0 +clientele 0.7.1 ``` diff --git a/docs/usage.md b/docs/usage.md index e4d23f4..5952a69 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -102,5 +102,5 @@ Print the current version of Clientele: ```sh > clientele version -Clientele 0.7.0 +Clientele 0.7.1 ``` diff --git a/pyproject.toml b/pyproject.toml index ca64b87..36e3b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clientele" -version = "0.7.0" +version = "0.7.1" description = "Generate loveable Python HTTP API Clients" authors = ["Paul Hallett "] license = "MIT" diff --git a/tests/async_test_client/MANIFEST.md b/tests/async_test_client/MANIFEST.md index 2ab58e8..2823264 100644 --- a/tests/async_test_client/MANIFEST.md +++ b/tests/async_test_client/MANIFEST.md @@ -9,7 +9,7 @@ pipx install clientele API VERSION: 0.1.0 OPENAPI VERSION: 3.0.2 -CLIENTELE VERSION: 0.7.0 +CLIENTELE VERSION: 0.7.1 Regnerate using this command: diff --git a/tests/test_client/MANIFEST.md b/tests/test_client/MANIFEST.md index a4126ca..afedce9 100644 --- a/tests/test_client/MANIFEST.md +++ b/tests/test_client/MANIFEST.md @@ -9,7 +9,7 @@ pipx install clientele API VERSION: 0.1.0 OPENAPI VERSION: 3.0.2 -CLIENTELE VERSION: 0.7.0 +CLIENTELE VERSION: 0.7.1 Regnerate using this command: