8000 Change to suffix · codegician/twilio-python@0013828 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0013828

Browse files
committed
Change to suffix
1 parent 590cd25 commit 0013828

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

VERSIONS.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,24 @@ Twilio frequently rolls out new features in public and private beta periods.
4141
Twilio strives to ship early and often and bake customer feedback back into our
4242
products. To support that mission, the `twilio-python` helper library has an
4343
`Edge` version based off the `alpha` branch. This version is identified with an
44-
`alpha` metadata tag on the version number.
44+
`a` metadata tag on the version number.
4545

4646
The way the `Edge` artifact is created is by playing the `Edge` features on top
4747
of our stable artifact. The `Edge` artifact will always have the same version
48-
number as the stable artifact it was created from, but with an `alpha` suffix.
48+
number as the stable artifact it was created from, but with an `a` suffix.
4949

50-
For example, `6.0.0-alpha-1` is the `6.0.0` branch with `Edge` features included.
50+
For example, `6.0.0a1` is the `6.0.0` branch with `Edge` features included.
5151
If there is a change to one of the `Edge` features we may regenerate the `Edge`
52-
artifact and release a new `6.0.0-alpha-2`, new `Edge` artifacts simply increment
53-
the number after the `alpha` suffix. All `Edge` features are considered
52+
artifact and release a new `6.0.0a2`, new `Edge` artifacts simply increment
53+
the number after the `a` suffix. All `Edge` features are considered
5454
unstable and a backwards incompatible change in an `Edge` feature will not cause
55-
any version change so you should take care when upgrading from one `alpha`
55 69B7 +
any version change so you should take care when upgrading from one `a`
5656
version to another.
5757

5858
Once an `Edge` feature has matured it will be considered `Mainline` and included
5959
in the stable artifact, with a `MAJOR` or `MINOR` version bump.
6060

6161
To use an `Edge` artifact in your PYTHON project you will have to make sure that
62-
you pin the artifact with `alpha` stability in your `setup.py` or `requirements.txt`.
62+
you pin the artifact with `a` stability in your `setup.py` or `requirements.txt`.
6363

6464
[semver]: http://semver.org/

0 commit comments

Comments
 (0)
0