@@ -41,24 +41,24 @@ Twilio frequently rolls out new features in public and private beta periods.
41
41
Twilio strives to ship early and often and bake customer feedback back into our
42
42
products. To support that mission, the ` twilio-python ` helper library has an
43
43
` 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.
45
45
46
46
The way the ` Edge ` artifact is created is by playing the ` Edge ` features on top
47
47
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.
49
49
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.
51
51
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
54
54
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
+ any version change so you should take care when upgrading from one ` a `
56
56
version to another.
57
57
58
58
Once an ` Edge ` feature has matured it will be considered ` Mainline ` and included
59
59
in the stable artifact, with a ` MAJOR ` or ` MINOR ` version bump.
60
60
61
61
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 ` .
63
63
64
64
[ semver ] : http://semver.org/
0 commit comments