diff --git a/docs/source/development-guide/toc.rst b/docs/source/development-guide/toc.rst index b2ae6d0186..961f14a687 100644 --- a/docs/source/development-guide/toc.rst +++ b/docs/source/development-guide/toc.rst @@ -3,13 +3,6 @@ Development Guide This is the development guide for Augur. See our `Contributing to Augur `__ guide for specifics on how we review pull requests. -**THIS SECTION IS UNDER CONSTRUCTION.** - -If you have questions or would like to help please open an issue on GitHub_. - -.. _GitHub: https://github.com/chaoss/augur/issues - - .. toctree:: :maxdepth: 1 diff --git a/metadata.py b/metadata.py index bdc5e88fef..cb3a9344e2 100644 --- a/metadata.py +++ b/metadata.py @@ -5,8 +5,9 @@ __short_description__ = "Python 3 package for free/libre and open-source software community metrics, models & data collection" -__version__ = "0.25.5" -__release__ = "v0.25.5" +__version__ = "0.25.6" +__release__ = "v0.25.6" + __license__ = "MIT" __copyright__ = "University of Missouri, University of Nebraska-Omaha, CHAOSS, & Augurlabs 2022"