From 646ddd40aa3af6e248ae4c2af29d8fbe6c84cb1c Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Thu, 20 Oct 2022 13:25:30 -0500 Subject: [PATCH] bump version to 1.2.1 (#154) --- recipes/mne-python_1.2/construct.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/recipes/mne-python_1.2/construct.yaml b/recipes/mne-python_1.2/construct.yaml index 9ad2c6d8..4cc32d83 100644 --- a/recipes/mne-python_1.2/construct.yaml +++ b/recipes/mne-python_1.2/construct.yaml @@ -1,4 +1,4 @@ -version: 1.2.0_0 +version: 1.2.1_0 name: MNE-Python company: MNE-Python Developers # When the version above changes to a new major/minor, it needs to be updated @@ -18,17 +18,17 @@ initialize_by_default: False register_python_default: False # default_prefix will be ignored by macOS .pkg installer! -default_prefix: ${HOME}/mne-python/1.2.0_0 # [linux] -default_prefix: "%USERPROFILE%\\mne-python\\1.2.0_0" # [win] -default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.2.0_0" # [win] -default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.2.0_0" # [win] +default_prefix: ${HOME}/mne-python/1.2.1_0 # [linux] +default_prefix: "%USERPROFILE%\\mne-python\\1.2.1_0" # [win] +default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.2.1_0" # [win] +default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.2.1_0" # [win] uninstall_name: MNE-Python ${VERSION} (Python ${PYVERSION}) -installer_filename: MNE-Python-1.2.0_0-macOS_Intel.pkg # [osx and not arm64] -installer_filename: MNE-Python-1.2.0_0-macOS_M1.pkg # [osx and arm64] -installer_filename: MNE-Python-1.2.0_0-Windows.exe # [win] -installer_filename: MNE-Python-1.2.0_0-Linux.sh # [linux] +installer_filename: MNE-Python-1.2.1_0-macOS_Intel.pkg # [osx and not arm64] +installer_filename: MNE-Python-1.2.1_0-macOS_M1.pkg # [osx and arm64] +installer_filename: MNE-Python-1.2.1_0-Windows.exe # [win] +installer_filename: MNE-Python-1.2.1_0-Linux.sh # [linux] post_install: ../../assets/post_install_macOS.sh # [osx] post_install: ../../assets/post_install_linux.sh # [linux] @@ -60,8 +60,8 @@ specs: # - mne-bids =0.11dev0=*_20221007 # TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS STOP: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️ - - mne =1.2.0=*_0 - - mne-installer-menus =1.2.0=*_0 + - mne =1.2.1=*_0 + - mne-installer-menus =1.2.1=*_0 - mne-bids =0.11 - mne-qt-browser =0.4.0 - mne-connectivity =0.4.0 @@ -135,4 +135,4 @@ condarc: - conda-forge channel_priority: strict allow_other_channels: False - env_prompt: "(mne-1.2.0_0) " + env_prompt: "(mne-1.2.1_0) "