From 72639a44e66b1c9a502bda635314437d83303dee Mon Sep 17 00:00:00 2001
From: David Straub <straub@protonmail.com>
Date: Sun, 19 Nov 2023 16:41:10 +0100
Subject: [PATCH] Version -> 1.4.1

---
 gramps_webapi/_version.py       | 2 +-
 gramps_webapi/data/apispec.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gramps_webapi/_version.py b/gramps_webapi/_version.py
index 10794bae..37a61327 100644
--- a/gramps_webapi/_version.py
+++ b/gramps_webapi/_version.py
@@ -18,4 +18,4 @@
 #
 
 # make sure to match this version with the one in apispec.yaml
-__version__ = "1.4.0"
+__version__ = "1.4.1"
diff --git a/gramps_webapi/data/apispec.yaml b/gramps_webapi/data/apispec.yaml
index c525d67b..6ebfff26 100644
--- a/gramps_webapi/data/apispec.yaml
+++ b/gramps_webapi/data/apispec.yaml
@@ -8,7 +8,7 @@ info:
 
 
     * More about Gramps and the numerous features it provides for genealogists can be found at https://gramps-project.org
-  version: "1.4.0"  # make sure to match this version with the one in _version.py
+  version: "1.4.1"  # make sure to match this version with the one in _version.py
   license:
     name: "GNU Affero General Public License v3.0"
     url: "http://www.gnu.org/licenses/agpl-3.0.html"