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 =========== 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'