From 74118680cc915d75e0effd856cd3dc0ff7d9a56d Mon Sep 17 00:00:00 2001 From: William de Vazelhes Date: Thu, 4 Jul 2019 15:07:02 +0200 Subject: [PATCH 1/3] Prepare new version --- doc/conf.py | 4 ++-- metric_learn/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index e7e6a108..b497a2ae 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,8 +22,8 @@ project = u'metric-learn' copyright = u'2015-2018, CJ Carey and Yuan Tang' author = u'CJ Carey and Yuan Tang' -version = '0.4.0' -release = '0.4.0' +version = '0.5.0' +release = '0.5.0' language = 'en' exclude_patterns = ['_build'] diff --git a/metric_learn/_version.py b/metric_learn/_version.py index abeeedbf..2b8877c5 100644 --- a/metric_learn/_version.py +++ b/metric_learn/_version.py @@ -1 +1 @@ -__version__ = '0.4.0' +__version__ = '0.5.0' From 85e10e4a4fe84e6d10baec1c048ae23e55642ee2 Mon Sep 17 00:00:00 2001 From: William de Vazelhes Date: Thu, 18 Jul 2019 14:16:30 +0200 Subject: [PATCH 2/3] Update authors --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index b497a2ae..30bef299 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -20,8 +20,8 @@ # General information about the project. project = u'metric-learn' -copyright = u'2015-2018, CJ Carey and Yuan Tang' -author = u'CJ Carey and Yuan Tang' +copyright = u'2015-2019, CJ Carey, Yuan Tang, Aurélien Bellet, Nathalie Vauquier and William de Vazelhes' +author = u'CJ Carey, Yuan Tang, Aurélien Bellet, Nathalie Vauquier and William de Vazelhes' version = '0.5.0' release = '0.5.0' language = 'en' From 07be1e0e525750204f96b32042406c5abd929f5b Mon Sep 17 00:00:00 2001 From: William de Vazelhes Date: Thu, 18 Jul 2019 15:23:08 +0200 Subject: [PATCH 3/3] reorder authors --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 30bef299..5d1baeda 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -20,8 +20,8 @@ # General information about the project. project = u'metric-learn' -copyright = u'2015-2019, CJ Carey, Yuan Tang, Aurélien Bellet, Nathalie Vauquier and William de Vazelhes' -author = u'CJ Carey, Yuan Tang, Aurélien Bellet, Nathalie Vauquier and William de Vazelhes' +copyright = u'2015-2019, CJ Carey, Yuan Tang, William de Vazelhes, Aurélien Bellet, and Nathalie Vauquier' +author = u'CJ Carey, Yuan Tang, William de Vazelhes, Aurélien Bellet, and Nathalie Vauquier' version = '0.5.0' release = '0.5.0' language = 'en'