From acf4336dbd83d5a5f078a8ca0edb8ca2cf1d7576 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 10 2015 10:09:43 +0000 Subject: Release 1.1 --- diff --git a/mdapi.spec b/mdapi.spec index be64dcf..620e522 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 1.0 +Version: 1.1 Release: 1%{?dist} Summary: A simple API to query the metadata of the repositories @@ -70,6 +70,11 @@ install -m 644 mdapi.service $RPM_BUILD_ROOT/%{_unitdir}/mdapi.service %changelog +* Tue Nov 10 2015 Pierre-Yves Chibon - 1.1-1 +- Update to 1.1 +- Make the URLs to pkgdb, the koji repo and the download server configurable for + the cron job + * Mon Nov 09 2015 Pierre-Yves Chibon - 1.0-1 - Update to 1.0 diff --git a/setup.py b/setup.py index 6e3b94d..a790d6d 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='1.0', + version='1.1', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',