Skip to content

Commit ab2af09

Browse files
committed
Version -> 2.6.0
1 parent 2b33c73 commit ab2af09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gramps_webapi/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
#
1919

2020
# make sure to match this version with the one in apispec.yaml
21-
__version__ = "2.5.3"
21+
__version__ = "2.6.0"

gramps_webapi/data/apispec.yaml

+1-1
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.5.3"
4+
version: "2.6.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)