~rjarry/dlrepo

6bef88f2ab5a118aa6c7366a4237c02ec573d0e3 — Robin Jarry 1 year, 3 months ago b1ae3c7 v0.35
release v0.35

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.35) unstable; urgency=medium

  * Do not publish internal artifact formats.

 -- Robin Jarry <robin@jarry.cc>  Tue, 29 Aug 2023 17:15:36 +0200

dlrepo (0.34.3) unstable; urgency=medium

  * Fix type error on docker/podman pull.

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