From 1c758f5193ce73e5e13f34cfd737e79c2b876c4a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 12 2017 09:19:00 +0000 Subject: Release 2.9 --- diff --git a/mdapi.spec b/mdapi.spec index 0f3bf6d..579991e 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.8 +Version: 2.9 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 +* Wed Jul 12 2017 Pierre-Yves Chibon - 2.9-1 +- Update to 2.9 +- Add JSONP support to the application for easier integration with other apps + * Tue May 02 2017 Pierre-Yves Chibon - 2.8-1 - Update to 2.8 - Fix and improve the README diff --git a/setup.py b/setup.py index d426b04..234d2e5 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.8', + version='2.9', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',