Skip to content

Commit 6cd5e91

Browse files
committed
Version -> 2.9.0
1 parent 093bb2c commit 6cd5e91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gramps_webapi/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Gramps Web API - A RESTful API for the Gramps genealogy program
33
#
4-
# Copyright (C) 2024 David Straub
4+
# Copyright (C) 2024-2025 David Straub
55
#
66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU Affero General Public License as published by
@@ -21,4 +21,4 @@
2121

2222
"""Version information."""
2323

24-
__version__ = "2.8.0"
24+
__version__ = "2.9.0"

gramps_webapi/data/apispec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swagger: "2.0"
22
info:
33
title: "Gramps Web API"
4-
version: "2.8.0"
4+
version: "2.9.0"
55
description: >
66
The Gramps Web API is a REST API that provides access to family tree databases generated and maintained with Gramps, a popular Open Source genealogical research software package.
77

0 commit comments

Comments
 (0)