File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 23
23
black -S airflow_code_editor tests
24
24
25
25
tag :
26
- @grep -q " ## $$ (cat airflow_code_editor/VERSION)" changelog.txt || (echo " Missing changelog !!! Update changelog.txt" ; exit 1)
26
+ @grep -q " [ $$ (cat airflow_code_editor/VERSION)] " changelog.txt || (echo " Missing changelog !!! Update changelog.txt" ; exit 1)
27
27
@git tag -a " v$$ (cat airflow_code_editor/VERSION)" -m " version v$$ (cat airflow_code_editor/VERSION)"
28
28
29
29
dev-image :
Original file line number Diff line number Diff line change 1
- 7.4.0
1
+ 7.4.1
Original file line number Diff line number Diff line change 394
394
395
395
- Run test on docker
396
396
- update tests airflow and python versions
397
+
398
+ ## [7.4.1] - 2023-08-28
399
+
400
+ ### Fix
401
+
402
+ - fix requirements (pss)
You can’t perform that action at this time.
0 commit comments