-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update packages and update to 1.0.0 (#273)
- Loading branch information
1 parent
12e8e3f
commit 4e57d87
Showing
7 changed files
with
614 additions
and
525 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 = "scaleway-docs" | ||
version = "0.1.0" | ||
version = "1.0.0" | ||
description = "" | ||
authors = ["Scaleway <[email protected]>"] | ||
license = "BSD" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "scaleway-core" | ||
version = "0.0.1" | ||
version = "1.0.0" | ||
description = "Scaleway SDK for Python" | ||
authors = ["Scaleway <[email protected]>"] | ||
license = "BSD" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 = "scaleway" | ||
version = "0.0.1" | ||
version = "1.0.0" | ||
description = "Scaleway SDK for Python" | ||
authors = ["Scaleway <[email protected]>"] | ||
license = "BSD" | ||
|
@@ -24,10 +24,10 @@ classifiers = [ | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
scaleway-core = "^0" | ||
scaleway-core = "^1" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
mypy = "^0" | ||
mypy = "*" | ||
black = "^22.10.0" | ||
bandit = { extras = ["toml"], version = "^1.7.4" } | ||
scaleway-core = { path = "../scaleway-core", develop = true } | ||
|