~rjarry/dlrepo

978cf6f1da6a76cc61e8ae1acf323fbdeba2aae5 — Robin Jarry 11 months ago c9cbea0 v0.37
release v0.37

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

M debian/changelog
M setup.py
M debian/changelog => debian/changelog +7 -0
@@ 1,3 1,10 @@
dlrepo (0.37) unstable; urgency=medium

  * Allow deleting artifact formats.
  * Fixed overwriting existing blobs.

 -- Robin Jarry <robin@jarry.cc>  Wed, 20 Dec 2023 21:57:28 +0100

dlrepo (0.36) unstable; urgency=medium

  * Product links enhancements.

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.36",
    version="0.37",
    author="Robin Jarry",
    author_email="robin@jarry.cc",
    install_requires=[