diff --git a/gramps_webapi/_version.py b/gramps_webapi/_version.py index cd21221b..10794bae 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.3.2" +__version__ = "1.4.0" diff --git a/gramps_webapi/data/apispec.yaml b/gramps_webapi/data/apispec.yaml index ad708be0..efd5b880 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.3.2" # make sure to match this version with the one in _version.py + version: "1.4.0" # 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"