~rjarry/dlrepo

2e0de6ea9e1aa9bc7fa36ae8572f6f6cd21fd7d4 — Robin Jarry 7 months ago 7d50989 v0.39
release v0.39

Signed-off-by: Robin Jarry <robin@jarry.cc>
2 files changed, 7 insertions(+), 1 deletions(-)

M debian/changelog
M setup.py
M debian/changelog => debian/changelog +6 -0
@@ 1,3 1,9 @@
dlrepo (0.39) unstable; urgency=medium

  * Add content disposition header to redirection.

 -- Robin Jarry <robin@jarry.cc>  Sat, 13 Apr 2024 22:13:54 +0200

dlrepo (0.38) unstable; urgency=medium

  * Better checks for artifact format update/deletion.

M setup.py => setup.py +1 -1
@@ 26,7 26,7 @@ setuptools.setup(
    long_description=(pathlib.Path(__file__).parent / "README.md").read_text("utf-8"),
    long_description_content_type="text/markdown",
    license="BSD-3-Clause",
    version="0.38",
    version="0.39",
    author="Robin Jarry",
    author_email="robin@jarry.cc",
    install_requires=[