aboutsummaryrefslogtreecommitdiff
path: root/version.bzl
diff options
context:
space:
mode:
authorAlex Eagle <eagle@post.harvard.edu>2022-01-02 12:03:27 -0800
committerGitHub <noreply@github.com>2022-01-02 12:03:27 -0800
commit0597cdfeaad56511a83fd0beb24fe4ac24f6cc43 (patch)
treee5090dfca3a10a058c1e7f18e0b6b1b1c2bec5b8 /version.bzl
parentda0efdb254972d5164e53b3f61fb46f8ea0360ca (diff)
downloadbazelbuild-rules_python-0597cdfeaad56511a83fd0beb24fe4ac24f6cc43.tar.gz
Simplify release (#587)
Instead of building our own .tgz file with release artifacts, just let GitHub do it. Makes the release instructions much quicker, and doesn't require a review pass for releases, so we'll do them more frequently. fixes #586
Diffstat (limited to 'version.bzl')
-rw-r--r--version.bzl4
1 files changed, 1 insertions, 3 deletions
diff --git a/version.bzl b/version.bzl
index add52f3..bc1ccdf 100644
--- a/version.bzl
+++ b/version.bzl
@@ -11,9 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-"""The version of rules_python."""
-
-version = "0.5.0"
+"""Versions of rules_python dependencies."""
# Currently used Bazel version. This version is what the rules here are tested
# against.