From 08c7a5bb985414113a34e6e447918583aacef558 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 22 2015 18:20:05 +0000 Subject: Release 2.2.1 --- diff --git a/mdapi.spec b/mdapi.spec index 4e45e5a..2da8e2c 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.2 +Version: 2.2.1 Release: 1%{?dist} Summary: A simple API to query the metadata of the repositories @@ -70,6 +70,10 @@ install -m 644 mdapi.service $RPM_BUILD_ROOT/%{_unitdir}/mdapi.service %changelog +* Sun Nov 22 2015 Pierre-Yves Chibon - 2.2.1-1 +- Update to 2.2.1 +- Fix the links in the front page with it's accessed without trailing slash + * Thu Nov 19 2015 Pierre-Yves Chibon - 2.2-1 - Update to 2.2 - Fix typo in the cron job diff --git a/setup.py b/setup.py index a16117b..74c81ef 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.2', + version='2.2.1', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',