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 Jun 3, 2022
1 parent 1af7a8e commit 889a1b9
Show file tree
Hide file tree
Showing 6 changed files with 5,990 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

strategy:
matrix:
python-version: ['3.6']
python-version: ['3.10']

env:
AIRFLOW_HOME: ./scripts/airflow
Expand Down
2 changes: 1 addition & 1 deletion airflow_code_editor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.1
5.2.2
2 changes: 1 addition & 1 deletion airflow_code_editor/static/airflow_code_editor.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,14 @@

- upgrade axios from 0.26.0 to 0.26.1
- upgrade minimist from 1.2.5 to 1.2.6

## 5.2.2

2022-05-27

### Changed

- CodeMirror upgrade
- upgrade axios from 0.26.1 to 0.27.2
- replace nose with pytest
- Replace test configuration with environment variables
Loading

0 comments on commit 889a1b9

Please sign in to comment.