From d282102e45af24d2fad2ef58dcf8541fd0a7d69b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 08 2017 13:38:22 +0000 Subject: Release 2.10.1 Signed-off-by: Pierre-Yves Chibon --- diff --git a/mdapi.spec b/mdapi.spec index bef4389..9bb2485 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.10 +Version: 2.10.1 Release: 1%{?dist} Summary: A simple API to query the metadata of the repositories @@ -68,6 +68,10 @@ install -m 644 mdapi.service $RPM_BUILD_ROOT/%{_unitdir}/mdapi.service %changelog +* Tue Aug 08 2017 Pierre-Yves Chibon - 2.10.1-1 +- Update to 2.10.1 +- Fix the srcpkg endpoints + * Wed Aug 02 2017 Pierre-Yves Chibon - 2.10-1 - Update to 2.10 - Fix displaying the proper basename diff --git a/setup.py b/setup.py index 0cd9b5b..33c4dde 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ print(get_requirements()) setup( name='mdapi', description='A simple API to serve the package repository metadata', - version='2.10', + version='2.10.1', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',