Skip to content

Commit

Permalink
Prepare 7.7.0 (#290)
Browse files Browse the repository at this point in the history
* Setting version to 7.7.0

* Removing CHANGELOG
  • Loading branch information
apetenchea committed Sep 22, 2023
1 parent d78994d commit a0e2efb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 82 deletions.
81 changes: 0 additions & 81 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion arango/request.py
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 = "7.6.2"
driver_version = "7.7.0"
driver_header = "python-arango/" + driver_version + " (" + flags + ")"
normalized_headers: Headers = {
"charset": "utf-8",
Expand Down

0 comments on commit a0e2efb

Please sign in to comment.