From 7139b81007bcff4d575fb929ffb054daf3b8f3dd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 24 2015 08:25:00 +0000 Subject: Release 2.2.3 --- diff --git a/mdapi.spec b/mdapi.spec index 6fb7df2..f922616 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.2.2 +Version: 2.2.3 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 24 2015 Pierre-Yves Chibon - 2.2.3-1 +- Update to 2.2.3 +- Fix the branches endpoint (un-instantiated variable) + * Mon Nov 23 2015 Pierre-Yves Chibon - 2.2.2-1 - Update to 2.2.2 - Fix accessing the configuration to adjust the link on the front page diff --git a/setup.py b/setup.py index 4d5a66e..533dfe7 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.2', + version='2.2.3', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',