@ -42,7 +42,7 @@ class AlreadyIriOrWrongEncoding(GeminiException):
pass
# Things you shouldn't touch
VERSION="1.6-BETA"# WARNING: if you modify it here, also change setup.py https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version
VERSION="1.6"# WARNING: if you modify it here, also change setup.py https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version
Test of close_notify (proper TLS shutdown) has been removed because it seems buggy. The field no_shutdown is no longer present. See https://framagit.org/bortzmeyer/agunua/-/issues/50
Test of close_notify (proper TLS shutdown) has been removed because it seems buggy. The field no_shutdown is no longer present. See #50
Reorganisation of the command-line client "agunua" to make the git reposiroty usable on case-insensitive filesystems such as MacOS (#51). No consequence for the user, only for the developer.
@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup(
name="agunua",
version="1.6-BETA",# WARNING: if you modify it here, also change Agunua/__init__.py https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version
version="1.6",# WARNING: if you modify it here, also change Agunua/__init__.py https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version
author="Stéphane Bortzmeyer",
author_email="stephane+framagit@bortzmeyer.org",
description="A library for the development of Gemini clients",