Commits (2)
reprotest (0.7.25) UNRELEASED; urgency=medium
* Start 0.7.25 development. d/changelog entries will be written on
release using the git commit messages.
-- Holger Levsen <holger@debian.org> Fri, 12 May 2023 15:02:17 +0200
reprotest (0.7.24) unstable; urgency=medium
[ Vagrant Cascadian ]
......
......@@ -6,7 +6,7 @@
from setuptools import setup, find_packages
setup(name='reprotest',
version='0.7.24',
version='0.7.25',
description='Build packages and check them for reproducibility.',
long_description=open('README.rst', encoding='utf-8').read(),
author='Ximin Luo, Ceridwen',
......