chore: bump version to 17

This commit is contained in:
Wolfgang Walther
2026-08-07 09:33:46 +02:00
parent 05d1e0f83d
commit 77d6055683
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ source_suffix = ".rst"
master_doc = "index"
# This is overridden by readthedocs with the version tag anyway
version = "16"
version = "devel"
# To avoid repetition in <title> we set this to an empty string.
release = ""
+1 -1
View File
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: postgrest
version: 16.0
version: 17
synopsis: REST API for any Postgres database
description: Reads the schema of a PostgreSQL database and creates RESTful routes
for tables, views, and functions, supporting all HTTP methods that security