@@ -41,24 +41,24 @@ Twilio frequently rolls out new features in public and private beta periods.
4141Twilio strives to ship early and often and bake customer feedback back into our
4242products. 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
4646The way the ` Edge ` artifact is created is by playing the ` Edge ` features on top
4747of 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.
5151If 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
5454unstable 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+ any version change so you should take care when upgrading from one ` a `
5656version to another.
5757
5858Once an ` Edge ` feature has matured it will be considered ` Mainline ` and included
5959in the stable artifact, with a ` MAJOR ` or ` MINOR ` version bump.
6060
6161To 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