bump version to 13.0.0

This commit is contained in:
Wolfgang Walther
2025-05-08 21:48:49 +02:00
parent 657cabe757
commit ad66ae4e74
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## [13.0.0] - 2025-05-08
### Added
- #3558, Add the `admin-server-host` config to set the host for the admin server - @develop7
+1 -1
View File
@@ -50,7 +50,7 @@ source_suffix = ".rst"
master_doc = "index"
# This is overriden by readthedocs with the version tag anyway
version = "devel"
version = "13.0"
# To avoid repetition in <title> we set this to an empty string.
release = ""
+1 -1
View File
@@ -1,5 +1,5 @@
name: postgrest
version: 12.3
version: 13.0.0
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