Skip to content
Snippets Groups Projects
Commit e1780335 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

UPD: synced netdb-client version with

parent 2d5bc19a
Branches
No related tags found
No related merge requests found
# NETDB API 3.x Client Library for Python3
## Changes in netdb_client 2.x
From version 2.0 onwards the config option `version` has been dropped. This is because the API Library is built against a specific WebAPI Version and is not cross-compatible with different WebAPI versions.
## Changes in netdb_client 3.1
The version of netdb_client has been synced with the version of the latest supported NET API version.
From version 3.1 onwards the config option `version` has been dropped. This is because the API Library is built against a specific WebAPI Version and is not cross-compatible with different WebAPI versions.
The existing config files can still be used, but the config option will be ignored.
## Install
......
......@@ -21,7 +21,7 @@ class APIGenBuild(build_py):
setup(
name='netdb_client',
version='2.0',
version='3.1',
author='Dr. Meta',
description='This is a meta package to install the automatically generated NET-API 3.0 definitions.',
url='https://git.scc.kit.edu/scc-net/net-suite/netdb-client-lib',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment