~rjarry/dlrepo

7d14913bec77ead75950688f554c0fe9ce8dd87f — Robin Jarry 1 year, 2 months ago ae06a5f v0.36
release v0.36

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

M .build.yml
M debian/changelog
M setup.py
M .build.yml => .build.yml +1 -1
@@ 16,7 16,7 @@ sources:
secrets:
  - f5042c27-d774-4581-96de-292f82ee8301
  - 1ef6aaf0-07f9-493c-a744-0616b17207bb
  - b3271b33-99c6-4566-839f-4f83de687acb
  - 0422faed-634e-47f4-9f45-d6c10301c0b9
environment:
  DEBIAN_FRONTEND: noninteractive
tasks:

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

  * Product links enhancements.

 -- Robin Jarry <robin@jarry.cc>  Fri, 06 Oct 2023 14:27:17 +0200

dlrepo (0.35) unstable; urgency=medium

  * Do not publish internal artifact formats.

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