From 3259d1b452e4d6625300bea694e933cf12bfffd4 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Wed, 16 Apr 2025 13:42:29 +0200 Subject: [PATCH] doc: bump version + clean authors list --- AUTHORS | 35 +++++++++++++++++++++++------------ CMakeLists.txt | 2 +- docs/index.html | 2 +- 3 files changed, 25 insertions(+), 14 deletions(-) diff --git a/AUTHORS b/AUTHORS index 604157f80..47e9ce4b9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,41 +1,52 @@ Current maintainers =================== -Arnaud Liefooghe -Clive Canape -Johann Dreo -Sébastien Verel -Active developpers -================== -Alexandre Quemy -Benjamin Bouvier -Caner Candan -Pierre Savéant +Johann Dreo + Past contributors ================= + atantar +Alesandro Sidero +Alexandre Quemy +Alix Zheng +Amine Aziz-Alaoui +Arnaud Liefooghe +Benjamin Bouvier +Bahri +Caner Candan +Clive Canape fatene Gustavo Romero Lopez jboisson Jeroen Eggermont Jochen Küpper -Joost +Joost Juan Julian Merelo Guervos Jérémie Humeau +Jxtopher Karima Boufaras -legillon +legillono +Leo Bertheas Louis Da Costa Loïc Jean David Arjanen Maarten Keijzer +Mammar Amara +Manu Marc Schoenauer Marie-Éleonore Mostepha Khouadjia Olivier König +Pierre Savéant Pedro Angel Castillo Valdivieso +Potalas +Ronald Pinho Steve Madere Sébastien Cahon +Sébastien Verel Thomas Legrand +Thibault Lasnier Victor Manuel Rivas Santos wcancino xohm diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b364f35f..52c1fa4a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.10 FATAL_ERROR) ## Name project("ParadisEO" - VERSION 3.0.0 + VERSION 3.1.3 DESCRIPTION "Evolutionary optimization framework" LANGUAGES C CXX) diff --git a/docs/index.html b/docs/index.html index 5d7cea626..33c2eaae6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1169,7 +1169,7 @@ undiscovered knowledge.

Downloads

-

The current stable release is version: Paradiseo 3.0.0-beta. Some other releases (older or newer) can be found on GitHub/paradiseo/releases.

+

The current stable release is version: Paradiseo 3.1.3. Some other releases (older or newer) can be found on GitHub/paradiseo/releases.

You can obtain the latest stable and beta version directly via the Git repository: git clone https://github.com/jdreo/paradiseo.git.