Skip to content

Commit

Permalink
Merge branch 'main' into merge-back/1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Apr 26, 2021
2 parents 41df200 + f25acab commit 5c9afa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ are accepted by `jsii-pacmak`, and are translated according to the following tab

| Source Version (`npm`) | Python Version ([PEP-440]) | Notes |
| ---------------------- | -------------------------- | -------------------------------- |
| `X.Y.Z.dev.N` | `X.Y.Z.devN` | Development, iteration `N`. |
| `X.Y.Z.pre.N` | `X.Y.Z.devN` | Development, iteration `N` |
| `X.Y.Z.alpha.N` | `X.Y.Z.aN` | Alpha release, iteration `N` |
| `X.Y.Z.beta.N` | `X.Y.Z.bN` | Beta release, iteration `N` |
| `X.Y.Z.rc.N` | `X.Y.Z.rcN` | Release candidate, iteration `N` |
| `X.Y.Z-dev.N` | `X.Y.Z.devN` | Development, iteration `N`. |
| `X.Y.Z-pre.N` | `X.Y.Z.devN` | Development, iteration `N` |
| `X.Y.Z-alpha.N` | `X.Y.Z.aN` | Alpha release, iteration `N` |
| `X.Y.Z-beta.N` | `X.Y.Z.bN` | Beta release, iteration `N` |
| `X.Y.Z-rc.N` | `X.Y.Z.rcN` | Release candidate, iteration `N` |

[semver]: https://semver.org/spec/v2.0.0.html
[pep-440]: https://www.python.org/dev/peps/pep-0440/#pre-releases
2 changes: 1 addition & 1 deletion packages/@jsii/python-runtime/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black~=20.8b1
mypy==0.812
pip~=21.0
pip~=21.1
pytest~=6.2
pytest-mypy~=0.8
setuptools~=56.0
Expand Down

0 comments on commit 5c9afa1

Please sign in to comment.