Skip to content

Commit

Permalink
Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andreax79 committed Aug 28, 2023
1 parent cef7ec8 commit 7673b78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion airflow_code_editor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0
7.4.1
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -394,3 +394,9 @@

- Run test on docker
- update tests airflow and python versions

## [7.4.1] - 2023-08-28

### Fix

- fix requirements (pss)

0 comments on commit 7673b78

Please sign in to comment.