Skip to content

Commit

Permalink
Release 0.0.87
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Mar 15, 2024
1 parent 15aa967 commit 79ebf42
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 353 deletions.
10 changes: 0 additions & 10 deletions .mock/definition/api.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .mock/definition/commons.yml

This file was deleted.

290 changes: 0 additions & 290 deletions .mock/definition/snippets.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .mock/fern.config.json

This file was deleted.

31 changes: 0 additions & 31 deletions .mock/generators.yml

This file was deleted.

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 = "fern-api"
version = "0.0.86"
version = "0.0.87"
description = ""
readme = "README.md"
authors = []
Expand Down
2 changes: 1 addition & 1 deletion src/fern/core/client_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "fern-api",
"X-Fern-SDK-Version": "0.0.86",
"X-Fern-SDK-Version": "0.0.87",
}
headers["Authorization"] = f"Bearer {self._get_token()}"
return headers
Expand Down

0 comments on commit 79ebf42

Please sign in to comment.