We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c0356 commit 4bf1150Copy full SHA for 4bf1150
arango/request.py
@@ -12,7 +12,7 @@ def normalize_headers(
12
if driver_flags is not None:
13
for flag in driver_flags:
14
flags = flags + flag + ";"
15
- driver_version = "8.1.4"
+ driver_version = "8.1.5"
16
driver_header = "python-arango/" + driver_version + " (" + flags + ")"
17
normalized_headers: Headers = {
18
"charset": "utf-8",
docs/conf.py
@@ -4,7 +4,7 @@
4
sys.path.insert(0, os.path.abspath(".."))
5
6
project = "python-arango"
7
-copyright = "2016-2024, Joohwan Oh"
+copyright = "2016-2025, Joohwan Oh"
8
author = "Joohwan Oh"
9
extensions = [
10
"sphinx_rtd_theme",
0 commit comments