Skip to content

Commit dee2ce1

Browse files
committed
update version to 1.2.2 for release
1 parent e1d108b commit dee2ce1

File tree

8 files changed

+17
-27
lines changed

8 files changed

+17
-27
lines changed

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"license": "BSD-3-Clause",
44
"title": "The Python Simulator for Cellular Systems: PySCeS",
55
"notes": "If you use this software, please cite it using the information provided in this metadata.",
6-
"version": "1.2.1",
6+
"version": "1.2.2",
77
"upload_type": "software",
8-
"publication_date": "2024-05-10",
8+
"publication_date": "2024-08-02",
99
"creators": [{
1010
"orcid": "0000-0002-5293-5321",
1111
"affiliation": "Vrije Universiteit Amsterdam",

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# YAML 1.2
22
---
3-
cff-version: "1.2.1"
3+
cff-version: "1.2.2"
44
message: "If you use this software, please cite it using the information provided in this metadata."
55
authors:
66
-
@@ -14,8 +14,8 @@ authors:
1414
affiliation: "Stellenbosch University"
1515
orcid: "https://orcid.org/0000-0001-6288-8904"
1616
title: "The Python Simulator for Cellular Systems: PySCeS"
17-
version: "1.2.1"
18-
repository-code: "https://github.com/PySCeS/pysces/tree/1.2.1"
17+
version: "1.2.2"
18+
repository-code: "https://github.com/PySCeS/pysces/tree/1.2.2"
1919
date-released: 2024-05-10
2020
doi: "10.5281/zenodo.2600905"
2121
license: "BSD-3-Clause"

docs

Submodule docs updated 1 file
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
python:
2-
- 3.9
3-
- 3.10
42
- 3.11
5-
# - 3.12
6-
numpy:
7-
- 1.23
8-
- 1.23
9-
- 1.23
10-
# - 1.26
11-
zip_keys:
12-
- python
13-
- numpy
3+
- 3.12

packaging/conda-macos-arm64/meta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: pysces
3-
# version: {{ GIT_DESCRIBE_TAG }}
4-
version: 1.2.1
3+
version: {{ GIT_DESCRIBE_TAG }}
4+
# version: 1.2.1
55

66
source:
77
# git_url: https://github.com/PySCeS/pysces.git
@@ -19,19 +19,19 @@ requirements:
1919
- {{ compiler('fortran') }}
2020
host:
2121
- python {{ python }}
22-
- setuptools
23-
- numpy {{ numpy }}
22+
- numpy=2.0
2423
- meson>=1.2.3
2524
- meson-python
2625
- ninja
2726
- pip
2827
run:
2928
- python {{ python }}
3029
- setuptools
31-
- numpy>=1.23
30+
- numpy>=1.23.5
3231
- scipy
3332
- matplotlib
3433
- ipyparallel
34+
- dill
3535
- assimulo
3636

3737
test:

packaging/conda-unix/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: pysces
3-
# version: {{ GIT_DESCRIBE_TAG }}
4-
version: 1.2.2.dev0
3+
version: {{ GIT_DESCRIBE_TAG }}
4+
# version: 1.2.2.dev0
55

66
source:
77
# git_url: https://github.com/PySCeS/pysces.git

packaging/conda-win/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: pysces
3-
# version: {{ GIT_DESCRIBE_TAG }}
4-
version: 1.2.2.dev0
3+
version: {{ GIT_DESCRIBE_TAG }}
4+
# version: 1.2.2.dev0
55

66
source:
77
# git_url: https://github.com/PySCeS/pysces.git

pysces/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2dev0
1+
1.2.2

0 commit comments

Comments
 (0)