Skip to content

Commit

Permalink
Release 0.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Mar 15, 2024
1 parent 8157994 commit 7932c14
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

- name: Test
run: |
fern test --command "poetry run pytest -rP ."
poetry run pytest .
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.83"
version = "0.0.0-rc1"
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.83",
"X-Fern-SDK-Version": "0.0.0-rc1",
}
headers["Authorization"] = f"Bearer {self._get_token()}"
return headers
Expand Down
2 changes: 0 additions & 2 deletions tests/__init__.py

This file was deleted.

16 changes: 0 additions & 16 deletions tests/conftest.py

This file was deleted.

83 changes: 0 additions & 83 deletions tests/test_snippets.py

This file was deleted.

32 changes: 0 additions & 32 deletions tests/utilities.py

This file was deleted.

0 comments on commit 7932c14

Please sign in to comment.