Skip to content

Commit

Permalink
MAINT: Bump to 1.3.1 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 24, 2023
1 parent 9fb6db6 commit dca72df
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions recipes/mne-python_1.3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.3.0_1
version: 1.3.1_0
name: MNE-Python
company: MNE-Python Developers
# When the version above changes to a new major/minor, it needs to be updated
Expand All @@ -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.3.0_1 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.3.0_1" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.3.0_1" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.3.0_1" # [win]
default_prefix: ${HOME}/mne-python/1.3.1_0 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.3.1_0" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.3.1_0" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.3.1_0" # [win]

uninstall_name: MNE-Python ${VERSION} (Python ${PYVERSION})

installer_filename: MNE-Python-1.3.0_1-macOS_Intel.pkg # [osx and not arm64]
installer_filename: MNE-Python-1.3.0_1-macOS_M1.pkg # [osx and arm64]
installer_filename: MNE-Python-1.3.0_1-Windows.exe # [win]
installer_filename: MNE-Python-1.3.0_1-Linux.sh # [linux]
installer_filename: MNE-Python-1.3.1_0-macOS_Intel.pkg # [osx and not arm64]
installer_filename: MNE-Python-1.3.1_0-macOS_M1.pkg # [osx and arm64]
installer_filename: MNE-Python-1.3.1_0-Windows.exe # [win]
installer_filename: MNE-Python-1.3.1_0-Linux.sh # [linux]

post_install: ../../assets/post_install_macOS.sh # [osx]
post_install: ../../assets/post_install_linux.sh # [linux]
Expand Down Expand Up @@ -62,8 +62,8 @@ specs:
# - mne-bids =0.11dev0=*_20221007
# TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS STOP: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️

- mne =1.3.0=*_0
- mne-installer-menus =1.3.0=*_0
- mne =1.3.1=*_0
- mne-installer-menus =1.3.1=*_0
- mne-bids =0.12.0
- mne-bids-pipeline =1.1.0
- mne-qt-browser =0.4.0
Expand Down Expand Up @@ -141,4 +141,4 @@ condarc:
- conda-forge
channel_priority: strict
allow_other_channels: False
env_prompt: "(mne-1.3.0_1) "
env_prompt: "(mne-1.3.1_0) "

0 comments on commit dca72df

Please sign in to comment.