diff --git a/Makefile b/Makefile index c244615..dddc1ea 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ black: black -S airflow_code_editor tests tag: - @grep -q "## $$(cat airflow_code_editor/VERSION)" changelog.txt || (echo "Missing changelog !!! Update changelog.txt"; exit 1) + @grep -q "[$$(cat airflow_code_editor/VERSION)]" changelog.txt || (echo "Missing changelog !!! Update changelog.txt"; exit 1) @git tag -a "v$$(cat airflow_code_editor/VERSION)" -m "version v$$(cat airflow_code_editor/VERSION)" dev-image: diff --git a/airflow_code_editor/VERSION b/airflow_code_editor/VERSION index ba7f754..815da58 100644 --- a/airflow_code_editor/VERSION +++ b/airflow_code_editor/VERSION @@ -1 +1 @@ -7.4.0 +7.4.1 diff --git a/changelog.txt b/changelog.txt index 77edb44..87942fc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -394,3 +394,9 @@ - Run test on docker - update tests airflow and python versions + +## [7.4.1] - 2023-08-28 + +### Fix + +- fix requirements (pss)