Skip to content

Commit 7673b78

Browse files
committed
Update version number and changelog
1 parent cef7ec8 commit 7673b78

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ black:
2323
black -S airflow_code_editor tests
2424

2525
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)
2727
@git tag -a "v$$(cat airflow_code_editor/VERSION)" -m "version v$$(cat airflow_code_editor/VERSION)"
2828

2929
dev-image:

airflow_code_editor/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
7.4.1

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,3 +394,9 @@
394394

395395
- Run test on docker
396396
- update tests airflow and python versions
397+
398+
## [7.4.1] - 2023-08-28
399+
400+
### Fix
401+
402+
- fix requirements (pss)

0 commit comments

Comments
 (0)