Skip to content

Commit

Permalink
🔖 Set version to 1.8.7.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Dec 13, 2024
1 parent a369914 commit 66f6aca
Show file tree
Hide file tree
Showing 55 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfiles/C-PAC.develop-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# You should have received a copy of the GNU Lesser General Public
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3
FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1
LABEL org.opencontainers.image.description "Full C-PAC image"
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
USER root
Expand Down
2 changes: 1 addition & 1 deletion .github/Dockerfiles/C-PAC.develop-lite-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# You should have received a copy of the GNU Lesser General Public
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1
LABEL org.opencontainers.image.description "Full C-PAC image without FreeSurfer"
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
USER root
Expand Down
2 changes: 1 addition & 1 deletion .github/Dockerfiles/base-standard.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
FROM ghcr.io/fcp-indi/c-pac/freesurfer:6.0.0-min.neurodocker-jammy as FreeSurfer

FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1
LABEL org.opencontainers.image.description "NOT INTENDED FOR USE OTHER THAN AS A STAGE IMAGE IN A MULTI-STAGE BUILD \
Standard software dependencies for C-PAC standard images"
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
Expand Down
2 changes: 1 addition & 1 deletion CPAC/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
_version_major = 1
_version_minor = 8
_version_micro = 7
_version_extra = 'post1.dev3'
_version_extra = 'post1'


def get_cpac_gitversion():
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/data_config_S3-BIDS-ABIDE.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPAC Data Configuration File
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/data_config_S3-BIDS-ADHD200.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPAC Data Configuration File
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPAC Data Configuration File
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPAC Data Configuration File
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/data_config_cpac_benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPAC Data Configuration File
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/data_settings_template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPAC Data Settings File
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/group_config_template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPAC Group-Level Analysis Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_abcd-options.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_abcd-prep.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_anat-only.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_benchmark-ANTS.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_benchmark-FNIRT.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_blank.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_ccs-options.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_default.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_fx-options.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_monkey-ABCD.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_monkey.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_ndmg.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_nhp-macaque.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_preproc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_rbc-options.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_regtest-1.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_regtest-2.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_regtest-3.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_regtest-4.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/pipeline_config_rodent.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/system_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# C-PAC System Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPAC Data Configuration File
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPAC Data Configuration File
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPAC Data Configuration File
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPAC Data Configuration File
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPAC Data Configuration File
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
2 changes: 1 addition & 1 deletion CPAC/resources/configs/test_configs/pipe-test_ABCD.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.7.post1.dev3
# Version 1.8.7.post1
#
# http://fcp-indi.github.io for more info.
#
Expand Down
Loading

0 comments on commit 66f6aca

Please sign in to comment.