From 81ab989e40e52bcce583eb3a3973776308c58473 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 27 Mar 2024 10:05:24 -0400 Subject: [PATCH 1/2] docs: Add a link to the repo_checks docs in the main readme. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 25b1d0f8..11a45955 100644 --- a/README.rst +++ b/README.rst @@ -64,6 +64,13 @@ To work on these tools: there with third-party requirements intended just for your tool. This will automatically create an installable "extra" for your requirements. +Active Tools +============ + +repo_checks +----------- + +See the `repo_checks README `_ in its subfolder. Older Tools =========== From f2b714fc9375939fd3eeb7dae8b401117c1eb7c2 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 27 Mar 2024 10:05:43 -0400 Subject: [PATCH 2/2] feat: Do a version bump to release a new version to PyPI * The new version includes new features in repo_checks to check repo settings. --- 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 aec012bd..e9de2922 100644 --- a/edx_repo_tools/__init__.py +++ b/edx_repo_tools/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.8.6' +__version__ = '0.9.0'