Skip to content

Commit

Permalink
Downgrade minimum version for netaddr (#376)
Browse files Browse the repository at this point in the history
* Downgrade minimum version for netaddr

There are some internal libraries that need some changes first.
  • Loading branch information
kofrezo authored Sep 2, 2024
1 parent c7347cd commit c36baa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adminapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Copyright (c) 2024 InnoGames GmbH
"""

VERSION = (4, 16, 1)
VERSION = (4, 16, 2)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
install_requires=[
'paramiko~=2.10',
'netaddr~=1.0',
'netaddr~=0.8.0',
],
author='InnoGames System Administration',
author_email='[email protected]',
Expand Down

0 comments on commit c36baa7

Please sign in to comment.