Skip to content

Commit

Permalink
Prepare for release v.1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lu0 committed Jun 1, 2023
1 parent 1ea45c1 commit 23a4d36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If applicable, add screenshots to help explain your problem.
- Git wrapper: i.e. None or [git-worktree-wrapper](https://github.com/lu0/git-worktree-wrapper)
- Shell: i.e. Bash 5.0.16
- Airflow version: i.e. 2.2.5
- Repository version: i.e. v1.1.2 or commit hash
- Repository version: i.e. v1.1.3 or commit hash


**Additional context**
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:

# Showcase for this repo's hook
- repo: https://github.com/lu0/git-worktree-airflow
rev: v1.1.2
rev: v1.1.3
hooks:
- id: airflow-worktree
name: Update .airflowignore to load DAGs from worktree
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Activate this post-checkout hook by adding it to your `.pre-commit-config.yaml`:
```sh
repos:
- repo: https://github.com/lu0/git-worktree-airflow
rev: v1.1.2
rev: v1.1.3
hooks:
- id: airflow-worktree
name: Update .airflowignore to load DAGs from worktree
Expand Down

0 comments on commit 23a4d36

Please sign in to comment.