Skip to content

Commit

Permalink
update version to 1.2.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrohwer committed Aug 2, 2024
1 parent e1d108b commit dee2ce1
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"license": "BSD-3-Clause",
"title": "The Python Simulator for Cellular Systems: PySCeS",
"notes": "If you use this software, please cite it using the information provided in this metadata.",
"version": "1.2.1",
"version": "1.2.2",
"upload_type": "software",
"publication_date": "2024-05-10",
"publication_date": "2024-08-02",
"creators": [{
"orcid": "0000-0002-5293-5321",
"affiliation": "Vrije Universiteit Amsterdam",
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# YAML 1.2
---
cff-version: "1.2.1"
cff-version: "1.2.2"
message: "If you use this software, please cite it using the information provided in this metadata."
authors:
-
Expand All @@ -14,8 +14,8 @@ authors:
affiliation: "Stellenbosch University"
orcid: "https://orcid.org/0000-0001-6288-8904"
title: "The Python Simulator for Cellular Systems: PySCeS"
version: "1.2.1"
repository-code: "https://github.com/PySCeS/pysces/tree/1.2.1"
version: "1.2.2"
repository-code: "https://github.com/PySCeS/pysces/tree/1.2.2"
date-released: 2024-05-10
doi: "10.5281/zenodo.2600905"
license: "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 1 files
+1 −1 source/conf.py
12 changes: 1 addition & 11 deletions packaging/conda-macos-arm64/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
python:
- 3.9
- 3.10
- 3.11
# - 3.12
numpy:
- 1.23
- 1.23
- 1.23
# - 1.26
zip_keys:
- python
- numpy
- 3.12
10 changes: 5 additions & 5 deletions packaging/conda-macos-arm64/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: pysces
# version: {{ GIT_DESCRIBE_TAG }}
version: 1.2.1
version: {{ GIT_DESCRIBE_TAG }}
# version: 1.2.1

source:
# git_url: https://github.com/PySCeS/pysces.git
Expand All @@ -19,19 +19,19 @@ requirements:
- {{ compiler('fortran') }}
host:
- python {{ python }}
- setuptools
- numpy {{ numpy }}
- numpy=2.0
- meson>=1.2.3
- meson-python
- ninja
- pip
run:
- python {{ python }}
- setuptools
- numpy>=1.23
- numpy>=1.23.5
- scipy
- matplotlib
- ipyparallel
- dill
- assimulo

test:
Expand Down
4 changes: 2 additions & 2 deletions packaging/conda-unix/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: pysces
# version: {{ GIT_DESCRIBE_TAG }}
version: 1.2.2.dev0
version: {{ GIT_DESCRIBE_TAG }}
# version: 1.2.2.dev0

source:
# git_url: https://github.com/PySCeS/pysces.git
Expand Down
4 changes: 2 additions & 2 deletions packaging/conda-win/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: pysces
# version: {{ GIT_DESCRIBE_TAG }}
version: 1.2.2.dev0
version: {{ GIT_DESCRIBE_TAG }}
# version: 1.2.2.dev0

source:
# git_url: https://github.com/PySCeS/pysces.git
Expand Down
2 changes: 1 addition & 1 deletion pysces/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2dev0
1.2.2

0 comments on commit dee2ce1

Please sign in to comment.