Skip to content

Commit

Permalink
Merge pull request #61 from SpiNNakerManchester/bump6.0.1
Browse files Browse the repository at this point in the history
version 1!6.0.1
  • Loading branch information
Christian-B committed Apr 16, 2021
2 parents 4936579 + b585fc3 commit 49d9a13
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

appdirs
SpiNNUtilities >= 1!5.1.1, < 1!6.0.0
SpiNNUtilities == 1!6.0.1
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

# Metadata for PyPi
url="https://github.com/SpiNNakerManchester/spalloc",
author="Jonathan Heathcote",
description="A client for the spalloc_server SpiNNaker machine "
"partitioning and allocation system.",
license="GPLv2",
Expand Down Expand Up @@ -54,7 +53,7 @@

# Requirements
install_requires=["appdirs",
'SpiNNUtilities >= 1!5.1.1, < 1!6.0.0'],
'SpiNNUtilities == 1!6.0.1'],
# Scripts
entry_points={
"console_scripts": [
Expand Down
12 changes: 6 additions & 6 deletions spalloc/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2016-2019 The University of Manchester
# Copyright (c) 2021 The University of Manchester
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -13,8 +13,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "2.0.2"
__version_month__ = "November"
__version_year__ = "2019"
__version_day__ = "15"
__version_name__ = "Liveware Problem"
__version__ = "1!6.0.1"
__version_month__ = "May"
__version_year__ = "2021"
__version_day__ = "TBD"
__version_name__ = "Not yet released"

0 comments on commit 49d9a13

Please sign in to comment.