We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbcd45f + af20348 commit 0af52dbCopy full SHA for 0af52db
2 files changed
docs/conf.py
@@ -1,6 +1,6 @@
1
project = "Faster SAM"
2
author = "Dotz"
3
-release = "0.14.1"
+release = "0.15.0"
4
5
extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon"]
6
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "faster-sam"
7
-version = "0.14.1"
+version = "0.15.0"
8
description = "An adapter to enable running APIs built with AWS SAM applications using FastAPI."
9
readme = {file = "README.md", content-type = "text/markdown"}
10
authors = [
0 commit comments