From 55ab28d7582fc761eb45420ea947a6c2e6b3a925 Mon Sep 17 00:00:00 2001
From: Pierre-Yves Martin <pierre-yves.martin@obspm.fr>
Date: Fri, 11 Apr 2025 14:14:53 +0200
Subject: [PATCH] VERSION: 2.25.1

---
 CHANGELOG.md   | 2 ++
 pyproject.toml | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39828e03..89958a17 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ## [Unreleased]
 
+## 2.25.1
+
 ### Fixed
 
 - Add `OR (mass_sini:mjup > 13 AND mass_sini:mjup < 30)` to query for Objects between 13 and 30 Mjup.
diff --git a/pyproject.toml b/pyproject.toml
index 3f3d27d6..a3204692 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "exoplanet-eu"
-version = "2.25.0"
+version = "2.25.1"
 description = "Catalogue and website dedicated to it providing all the lastest detection and data about exoplanets discovery made by professional astronomers and the astro community"
 authors = [
     "Pierre-Yves Martin (LESIA) <pierre-yves.martin@obspm.fr>",
@@ -158,7 +158,7 @@ ignore-long-lines = "^\\s*(# )?<?https?://\\S+>?$"
 
 [tool.pylint.miscellaneous]
 # disable warning about FIXME, TODO, etc
-notes=""
+notes = ""
 
 [tool.mypy]
 python_version = "3.10"
-- 
GitLab