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=[