You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
Now that we coordinate releases of packages to pypi, we need to provide documentation for performing a release. Notably, python packages are versioned separately from the protocol currently. Let's set the pip packages version to match the protocol version. This is similar to what the protocol buffers python package does, in that the version attempts to match the protocol, 3.1.0, but sometimes post release packages to PyPi are made, as in 3.1.0.post1.
The text was updated successfully, but these errors were encountered:
Now that we coordinate releases of packages to pypi, we need to provide documentation for performing a release. Notably, python packages are versioned separately from the protocol currently. Let's set the pip packages version to match the protocol version. This is similar to what the protocol buffers python package does, in that the version attempts to match the protocol,
3.1.0
, but sometimes post release packages to PyPi are made, as in3.1.0.post1
.The text was updated successfully, but these errors were encountered: