diff --git a/neural_modelling/Doxyfile b/neural_modelling/Doxyfile index b3aa92b38e..f5dee60379 100644 --- a/neural_modelling/Doxyfile +++ b/neural_modelling/Doxyfile @@ -52,7 +52,7 @@ PROJECT_NAME = "sPyNNaker neural_modelling" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 7.1.1 +PROJECT_NUMBER = 7.2.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/setup.cfg b/setup.cfg index 9425912b06..7c18f018bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNFrontEndCommon == 1!7.1.1 + SpiNNFrontEndCommon == 1!7.2.2 matplotlib quantities pynn >= 0.11, != 0.12.0 @@ -74,7 +74,7 @@ spynnaker.pyNN.model_binaries = [options.extras_require] test = - SpiNNakerTestBase == 1!7.1.1 + SpiNNakerTestBase == 1!7.2.2 # pytest will be brought in by pytest-cov pytest-cov testfixtures diff --git a/spynnaker/_version.py b/spynnaker/_version.py index 4e57e463c2..72c28f63d8 100644 --- a/spynnaker/_version.py +++ b/spynnaker/_version.py @@ -12,10 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1!7.1.1" +__version__ = "1!7.2.2" __version_month__ = "TBD" __version_year__ = "TBD" __version_day__ = "TBD" -__version_name__ = "Post_HBP" +__version_name__ = "TO DO" _NAME = f"sPyNNaker_under_version({__version__}-{__version_name__})" diff --git a/spynnaker/pyNN/_version.py b/spynnaker/pyNN/_version.py index ccdd78e61a..cc4dc2d9fe 100644 --- a/spynnaker/pyNN/_version.py +++ b/spynnaker/pyNN/_version.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1!7.1.1" +__version__ = "1!7.2.2" __version_month__ = "TBD" __version_year__ = "TBD" __version_day__ = "TBD" -__version_name__ = "Post_HBP" +__version_name__ = "TO DO"