From e8d5e520e01354a74595be031bc2a2e3d733c2f9 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 13 Aug 2024 09:50:18 +0100 Subject: [PATCH 1/2] info for release 7.2.2 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9e49bb1..e269ca7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ packages = find: zip_safe = True include_package_data = True install_requires = - SpiNNakerGraphFrontEnd == 1!7.1.1 + SpiNNakerGraphFrontEnd == 1!7.2.2 [options.packages.find] include = @@ -57,7 +57,7 @@ include = [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 From 9a7928981c2ff3a16f33888730185af58345a822 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 13 Aug 2024 09:50:18 +0100 Subject: [PATCH 2/2] info for release 7.2.2 --- spinn_pdp2/_version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spinn_pdp2/_version.py b/spinn_pdp2/_version.py index cbfc994..b321899 100644 --- a/spinn_pdp2/_version.py +++ b/spinn_pdp2/_version.py @@ -13,8 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__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"