-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase timeout when deleting registry namespace & Add valid target …
…for route creation (#72) Increase timeout for registry namespace deletion. Add target to route for prefix validation. Upgrade pyproject version and development status.
- Loading branch information
Showing
4 changed files
with
7 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "scw-serverless" | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
description = "Framework for writing serverless APIs in Python, using Scaleway functions and containers." | ||
authors = ["Scaleway Serverless Team <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -14,7 +14,7 @@ keywords = ["serverless", "scaleway", "functions", "cloud", "faas"] | |
# "Development Status :: 4 - Beta" | ||
# "Development Status :: 5 - Production/Stable" | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: Information Technology", | ||
"Topic :: Software Development :: Libraries :: Application Frameworks", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters