Skip to content

Commit 4bf1150

Browse files
committed
Preparing new release
1 parent a4c0356 commit 4bf1150

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arango/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def normalize_headers(
1212
if driver_flags is not None:
1313
for flag in driver_flags:
1414
flags = flags + flag + ";"
15-
driver_version = "8.1.4"
15+
driver_version = "8.1.5"
1616
driver_header = "python-arango/" + driver_version + " (" + flags + ")"
1717
normalized_headers: Headers = {
1818
"charset": "utf-8",

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
sys.path.insert(0, os.path.abspath(".."))
55

66
project = "python-arango"
7-
copyright = "2016-2024, Joohwan Oh"
7+
copyright = "2016-2025, Joohwan Oh"
88
author = "Joohwan Oh"
99
extensions = [
1010
"sphinx_rtd_theme",

0 commit comments

Comments
 (0)