pin version to 11.0.1

This commit is contained in:
steve-chavez
2023-05-11 01:37:50 -03:00
committed by Steve Chavez
parent ed147ce5c8
commit d7907f4aa4
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ copyright = u'2017, ' + author
# The short X.Y version.
version = u'11.0'
# The full version, including alpha/beta/rc tags.
release = u'11.0.0'
release = u'11.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -1,6 +1,8 @@
11.0.0
11.0.1
======
These release notes include the changes in versions `11.0.0 <https://github.com/PostgREST/postgrest/releases/tag/v11.0.0>`_ and `11.0.1 <https://github.com/PostgREST/postgrest/releases/tag/v11.0.1>`_. The detailed changelog and pre-compiled binaries are available on the `GitHub release pages <https://github.com/PostgREST/postgrest/releases>`_.
Features
--------