From 7673b78605944656742c76dfcd22ac008fb0b546 Mon Sep 17 00:00:00 2001 From: Andrea Bonomi Date: Mon, 28 Aug 2023 09:27:42 +0200 Subject: [PATCH] Update version number and changelog --- Makefile | 2 +- airflow_code_editor/VERSION | 2 +- changelog.txt | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) 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)