From 89fa56ea41acd2a96d011f200358f4d567b0284c Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Fri, 7 Jun 2024 09:16:42 -0400 Subject: [PATCH] build: v1.0.0 (#523) Diff: https://github.com/openedx/repo-tools/compare/v0.9.0...f376b95 Includes: * pull_requester_creator, migration in from testeng-ci * EnsureNoDirectAccess repo check Note: I'm choosing v1 instead of v0.10 because we depend on this repo in various places now, so we may as well start semantically versioning it. --- edx_repo_tools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edx_repo_tools/__init__.py b/edx_repo_tools/__init__.py index e9de2922..d0476ec6 100644 --- a/edx_repo_tools/__init__.py +++ b/edx_repo_tools/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.9.0' +__version__ = '1.0.0'