M debian/changelog => debian/changelog +6 -0
@@ 1,3 1,9 @@
+dlrepo (0.38) unstable; urgency=medium
+
+ * Better checks for artifact format update/deletion.
+
+ -- Robin Jarry <robin@jarry.cc> Fri, 26 Jan 2024 15:13:21 +0100
+
dlrepo (0.37) unstable; urgency=medium
* Allow deleting 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.37",
+ version="0.38",
author="Robin Jarry",
author_email="robin@jarry.cc",
install_requires=[