Skip to content

Commit a87206c

Browse files
committed
MAINT: stable branch changes
1 parent 39a4ddb commit a87206c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -522,23 +522,23 @@ workflows:
522522
- main
523523
- /maint\/.*/
524524

525-
main:
525+
stable:
526526
jobs:
527527
- build_docs:
528528
scheduled: "true"
529-
name: build_docs_main
529+
name: build_docs_stable
530530
- deploy:
531-
name: deploy_main
531+
name: deploy_stable
532532
requires:
533-
- build_docs_main
533+
- build_docs_stable
534534
triggers:
535535
- schedule:
536-
# "At 6:00 AM GMT every day"
537-
cron: "0 6 * * *"
536+
# "At 4:00 AM GMT every day"
537+
cron: "0 4 * * *"
538538
filters:
539539
branches:
540540
only:
541-
- main
541+
- /maint\/.*/
542542

543543
monthly:
544544
jobs:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "mne"
77
description = "MNE-Python project for MEG and EEG data analysis."
8-
dynamic = ["version"]
8+
version = "1.7.0"
99
authors = [
1010
{ name = "Alexandre Gramfort", email = "alexandre.gramfort@inria.fr" },
1111
]

0 commit comments

Comments
 (0)