From 7690d9d626793040e976ad780ceaf1d4b1ece89e Mon Sep 17 00:00:00 2001 From: Andrew Rowley Date: Fri, 9 Aug 2019 14:13:03 +0100 Subject: [PATCH] Update version details --- requirements.txt | 16 ++++++++-------- setup.py | 16 ++++++++-------- spynnaker/_version.py | 10 +++++----- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/requirements.txt b/requirements.txt index f28cda6e49..e7d16d0f4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,14 +13,14 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -SpiNNUtilities >= 1!4.0.1, < 1!5.0.0 -SpiNNMachine >= 1!4.0.1, < 1!5.0.0 -SpiNNMan >= 1!4.0.1, < 1!5.0.0 -SpiNNStorageHandlers >= 1!4.0.1, < 1!5.0.0 -SpiNNaker_PACMAN >= 1!4.0.1, < 1!5.0.0 -SpiNNaker_DataSpecification >= 1!4.0.1, < 1!5.0.0 -spalloc >= 1.0.1, < 2.0.0 -SpiNNFrontEndCommon >= 1!4.0.1, < 1!5.0.0 +SpiNNUtilities >= 1!5.0.0, < 1!6.0.0 +SpiNNMachine >= 1!5.0.0, < 1!6.0.0 +SpiNNMan >= 1!5.0.0, < 1!6.0.0 +SpiNNStorageHandlers >= 1!5.0.0, < 1!6.0.0 +SpiNNaker_PACMAN >= 1!5.0.0, < 1!6.0.0 +SpiNNaker_DataSpecification >= 1!5.0.0, < 1!6.0.0 +spalloc >= 2.0.0, < 3.0.0 +SpiNNFrontEndCommon >= 1!5.0.0, < 1!6.0.0 numpy scipy lxml diff --git a/setup.py b/setup.py index d3e0093c43..21345c4569 100644 --- a/setup.py +++ b/setup.py @@ -25,14 +25,14 @@ assert __version__ install_requires = [ - 'SpiNNUtilities >= 1!4.0.1, < 1!5.0.0', - 'SpiNNStorageHandlers >= 1!4.0.1, < 1!5.0.0', - 'SpiNNMachine >= 1!4.0.1, < 1!5.0.0', - 'SpiNNMan >= 1!4.0.1, < 1!5.0.0', - 'SpiNNaker_PACMAN >= 1!4.0.1, < 1!5.0.0', - 'SpiNNaker_DataSpecification >= 1!4.0.1, < 1!5.0.0', - 'spalloc >= 1.0.1, < 2.0.0', - 'SpiNNFrontEndCommon >= 1!4.0.1, < 1!5.0.0', + 'SpiNNUtilities >= 1!5.0.0, < 1!6.0.0', + 'SpiNNStorageHandlers >= 1!5.0.0, < 1!6.0.0', + 'SpiNNMachine >= 1!5.0.0, < 1!6.0.0', + 'SpiNNMan >= 1!5.0.0, < 1!6.0.0', + 'SpiNNaker_PACMAN >= 1!5.0.0, < 1!6.0.0', + 'SpiNNaker_DataSpecification >= 1!5.0.0, < 1!6.0.0', + 'spalloc >= 2.0.0, < 3.0.0', + 'SpiNNFrontEndCommon >= 1!5.0.0, < 1!6.0.0', 'numpy', 'lxml', 'six'] if os.environ.get('READTHEDOCS', None) != 'True': diff --git a/spynnaker/_version.py b/spynnaker/_version.py index b34ef3fd3b..a011e2d995 100644 --- a/spynnaker/_version.py +++ b/spynnaker/_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!4.0.1" -__version_month__ = "September" -__version_year__ = "2017" -__version_day__ = "25" -__version_name__ = "Riptalon" +__version__ = "1!5.0.0" +__version_month__ = "August" +__version_year__ = "2019" +__version_day__ = "09" +__version_name__ = "Liveware Problem"