From 8eb18740b51958fc02b851d92e3d8eda5d95c981 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 26 Mar 2025 16:02:31 +0100
Subject: [PATCH] 1.2.1

---
 docs/conf.py          | 4 ++--
 duniterpy/__init__.py | 2 +-
 pyproject.toml        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 4cd5218..b635bae 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -74,9 +74,9 @@ author = "caner & inso & vit"
 # built documents.
 #
 # The short X.Y version.
-version = "1.2.0"
+version = "1.2.1"
 # The full version, including alpha/beta/rc tags.
-release = "1.2.0"
+release = "1.2.1"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py
index e0b1b3d..698e4f8 100644
--- a/duniterpy/__init__.py
+++ b/duniterpy/__init__.py
@@ -14,7 +14,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 __author__ = "Caner Candan & inso & vit"
-__version__ = "1.2.0"
+__version__ = "1.2.1"
 __nonsense__ = "duniter"
 
 from . import api, documents, key
diff --git a/pyproject.toml b/pyproject.toml
index 955bc13..17ef84d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [project]
 name = "duniterpy"
-version = "1.2.0"
+version = "1.2.1"
 description = "Python library for developers of Duniter clients"
 license = { text = "GPL-3.0-or-later" }
 readme = "README.md"
-- 
GitLab