Skip to content

Commit

Permalink
Update to version 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Giorgis committed Oct 11, 2023
1 parent c3a5bf4 commit c906e36
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.0, some REST calls will not work for hosts running different
Airlock Gateway 8.1, 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.0'
LIBRARY_COMPATIBILITY_VERSION = '8.1'


class AirlockGatewayRestError(Exception):
Expand Down

0 comments on commit c906e36

Please sign in to comment.