From 9dcb71590e44afde463274c95cc0ad5b8c01a348 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 10 2015 14:57:22 +0000 Subject: Release 1.2.2 --- diff --git a/mdapi.spec b/mdapi.spec index 65fa15c..5641156 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 1.2.1 +Version: 1.2.2 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 +* Tue Nov 10 2015 Pierre-Yves Chibon - 1.2.2-1 +- Update to 1.2.2 +- Be consistent about providing links on the front page + * Tue Nov 10 2015 Pierre-Yves Chibon - 1.2.1-1 - Update to 1.2.1 - Fix typo in the routing diff --git a/setup.py b/setup.py index 7d9918d..28f173b 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.2.1', + version='1.2.2', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',