Skip to content

Commit e29dba1

Browse files
committed
Version -> 1.1.11
1 parent ecbc835 commit e29dba1

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__ = "1.1.10"
21+
__version__ = "1.1.11"

gramps_webapi/data/apispec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
99
1010
* More about Gramps and the numerous features it provides for genealogists can be found at https://gramps-project.org
11-
version: "1.1.10" # make sure to match this version with the one in _version.py
11+
version: "1.1.11" # make sure to match this version with the one in _version.py
1212
license:
1313
name: "GNU Affero General Public License v3.0"
1414
url: "http://www.gnu.org/licenses/agpl-3.0.html"

0 commit comments

Comments
 (0)