We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbc835 commit e29dba1Copy full SHA for e29dba1
gramps_webapi/_version.py
@@ -18,4 +18,4 @@
18
#
19
20
# make sure to match this version with the one in apispec.yaml
21
-__version__ = "1.1.10"
+__version__ = "1.1.11"
gramps_webapi/data/apispec.yaml
@@ -8,7 +8,7 @@ info:
8
9
10
* 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
+ version: "1.1.11" # make sure to match this version with the one in _version.py
12
license:
13
name: "GNU Affero General Public License v3.0"
14
url: "http://www.gnu.org/licenses/agpl-3.0.html"
0 commit comments