File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ jobs:
287
287
- run :
288
288
name : Validate version
289
289
command : |
290
- THISVERSION=$( pipx run hatch version )
290
+ THISVERSION=$( python3 get_version.py )
291
291
python -m pip install dist/*.tar.gz
292
292
mkdir empty
293
293
cd empty
@@ -309,15 +309,6 @@ jobs:
309
309
command : |
310
310
pipx run build
311
311
pipx run twine check dist/*
312
- - run :
313
- name : Validate version
314
- command : |
315
- THISVERSION=$( pipx run hatch version )
316
- python -m pip install dist/*.tar.gz
317
- mkdir empty
318
- cd empty
319
- INSTALLED=$( python -c 'import niworkflows; print(niworkflows.__version__)' )
320
- test "${CIRCLE_TAG:-$THISVERSION}" == "$INSTALLED"
321
312
- run :
322
313
name : Upload to PyPi
323
314
command : |
Original file line number Diff line number Diff line change @@ -434,6 +434,16 @@ A list of prominent changes can be found below. (With thanks to Lea Waller for t
434
434
* ``NormalizeMotionParams `` now under ``confounds ``.
435
435
* ``FMRISummary ``, ``CompCorVariancePlot ``, ``ConfoundsCorrelationPlot `` from ``plotting ``
436
436
437
+ 1.3.10 (September 16, 2023)
438
+ ===========================
439
+ Bug-fix release in the 1.3.x series.
440
+
441
+ Minor maintenance.
442
+
443
+ * FIX: Compatibility with matplotlib 3.8.0 (#825)
444
+ * FIX: Remove unused ANTs parameter that was removed in 2.4.1 (#772)
445
+ * MNT: Create a requirements.txt to keep the LTS branch buildable (#798)
446
+
437
447
1.3.9 (December 21, 2022)
438
448
=========================
439
449
Bug-fix release in the 1.3.x series.
You can’t perform that action at this time.
0 commit comments