Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phalt committed Oct 26, 2023
1 parent 12e7805 commit d60b3bf
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 0.8.3

- Fix bug with headers assignment

## 0.8.2

- Improved json support
Expand Down
2 changes: 1 addition & 1 deletion clientele/settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import platform

VERSION = "0.8.2"
VERSION = "0.8.3"


def split_ver():
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 0.8.3

- Fix bug with headers assignment

## 0.8.2

- Improved json support
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Once installed you can run `clientele version` to make sure you have the latest

```sh
> clientele version
clientele 0.8.2
clientele 0.8.3
```
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ Print the current version of Clientele:

```sh
> clientele version
Clientele 0.8.2
Clientele 0.8.3
```
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.8.2"
version = "0.8.3"
description = "Generate loveable Python HTTP API Clients"
authors = ["Paul Hallett <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/async_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.8.2
CLIENTELE VERSION: 0.8.3

Regnerate using this command:

Expand Down
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.8.2
CLIENTELE VERSION: 0.8.3

Regnerate using this command:

Expand Down

0 comments on commit d60b3bf

Please sign in to comment.