8000 3.12.4 updates by apetenchea · Pull Request #361 · arangodb/python-arango · GitHub
[go: up one dir, main page]

Skip to content

3.12.4 updates #361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Preparing new release
  • Loading branch information
apetenchea committed Feb 23, 2025
commit 4bf11503bd1324a061b2ce11b78ab711db17b77a
2 changes: 1 addition & 1 deletion arango/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def normalize_headers(
if driver_flags is not None:
for flag in driver_flags:
flags = flags + flag + ";"
driver_version = "8.1.4"
driver_version = "8.1.5"
driver_header = "python-arango/" + driver_version + " (" + flags + ")"
normalized_headers: Headers = {
"charset": "utf-8",
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sys.path.insert(0, os.path.abspath(".."))

project = "python-arango"
copyright = "2016-2024, Joohwan Oh"
copyright = "2016-2025, Joohwan Oh"
author = "Joohwan Oh"
extensions = [
"sphinx_rtd_theme",
Expand Down
0