diff --git a/README.md b/README.md index 7e4c189..47db415 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Python Actions](https://github.com/SpiNNakerManchester/TestBase/actions/workflows/python_actions.yml/badge.svg?branch=main)](https://github.com/SpiNNakerManchester/TestBase/actions/workflows/python_actions.yml) [![Coverage Status](https://coveralls.io/repos/github/SpiNNakerManchester/TestBase/badge.svg)](https://coveralls.io/github/SpiNNakerManchester/TestBase) +[![Python Actions](https://github.com/SpiNNakerManchester/TestBase/actions/workflows/python_actions.yml/badge.svg?branch=main)](https://github.com/SpiNNakerManchester/TestBase/actions/workflows/python_actions.yml) This Repository hold classes and script used for unit and integration tests @@ -6,7 +6,7 @@ There is need to use this repository unless you want to run some or all tests lo Documentation ------------- -[TestBase documentation](https://spinnakertestbase.readthedocs.io/) +[TestBase documentation](https://spinnakertestbase.readthedocs.io/en/latest) -[Combined python documentation (Excluding TestBase)](http://spinnakermanchester.readthedocs.io) +[Combined python documentation (Excluding TestBase)](http://spinnakermanchester.readthedocs.io/en/latest) diff --git a/doc/source/conf.py b/doc/source/conf.py index f157419..c1c0a04 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -100,9 +100,9 @@ # built documents. # # The short X.Y version. -version = '6.0' +version = '1!7.4' # The full version, including alpha/beta/rc tags. -release = '6.0.1' +release = '1!7.4.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 2d64c8b..96f915d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,8 +29,6 @@ classifiers = Operating System :: Microsoft :: Windows Operating System :: MacOS Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 @@ -42,12 +40,12 @@ keywords = test support [options] -python_requires = >=3.8, <4 +python_requires = >=3.10, <4 packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNFrontEndCommon == 1!7.3.1 + SpiNNFrontEndCommon == 1!7.4.2 matplotlib [options.packages.find] diff --git a/spinnaker_testbase/_version.py b/spinnaker_testbase/_version.py index 99e9be0..a5752ff 100644 --- a/spinnaker_testbase/_version.py +++ b/spinnaker_testbase/_version.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1!7.3.1" +__version__ = "1!7.4.2" __version_month__ = "TBD" __version_year__ = "TBD" __version_day__ = "TBD" -__version_name__ = "To Do" +__version_name__ = ""