Skip to content

Commit

Permalink
Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Bonomi committed Aug 26, 2024
1 parent bfa2523 commit 14bf9b8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:

strategy:
matrix:
python-version: ['3.10']
python-version:
- "3.12"
airflow:
- "2.10.0"

env:
AIRFLOW_HOME: ./scripts/airflow
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ The image is based on the reference images for Apache Airflow.

You can find the following images there:
* andreax79/airflow-code-editor:**latest** - the latest released Airflow Code Editor image with the latest Apache Airflow version
* andreax79/airflow-code-editor:**2.9.1** - the latest released Airflow Code Editor with specific Airflow version
* andreax79/airflow-code-editor:**2.9.1-7.6.0** - specific version of Airflow and Airflow Code Editor
* andreax79/airflow-code-editor:**2.10.0** - the latest released Airflow Code Editor with specific Airflow version
* andreax79/airflow-code-editor:**2.10.0-7.7.0** - specific version of Airflow and Airflow Code Editor

#### Installing from PyPI

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.6.1
7.7.0
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -429,3 +429,15 @@
### Fix

- files containing spaces in the Git Workspace view

## [7.7.0] - 2024-08-26

### Added

- dark mode
- get version API

### Changed

- CodeMirror upgrade
- update node version

0 comments on commit 14bf9b8

Please sign in to comment.