Skip to content

Commit

Permalink
Bump API version check to v8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lenggi committed Mar 28, 2024
1 parent 60361d9 commit 3fe29be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Ergon/Airlock does not provide support for it. Best effort support may
be provided by the contributor of the library.

The current version of this library has been developed for hosts running
Airlock Gateway 8.1, some REST calls will not work for hosts running different
Airlock Gateway 8.2, some REST calls will not work for hosts running different
versions of Airlock Gateway.

A full documentation of this library is available at [Airlock's GitHub Page](https://airlock.github.io/airlock-gateway-rest-api-lib-py).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@


urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
LIBRARY_COMPATIBILITY_VERSION = '8.1'
LIBRARY_COMPATIBILITY_VERSION = '8.2'


class AirlockGatewayRestError(Exception):
Expand Down

0 comments on commit 3fe29be

Please sign in to comment.