Skip to content

Commit

Permalink
[Release] Release of vizro 0.1.26 (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne authored Oct 30, 2024
1 parent 5ad5eef commit 14e947f
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 3,286 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-integration-vizro-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
hatch-env: all.py3.12
os: windows-latest
label: Windows
is_pr:
- ${{ github.event_name == 'pull_request' }}
is_non_release_pr:
- ${{ github.event_name == 'pull_request' && !startsWith(github.head_ref, 'release')}}
exclude:
- is_pr: true
- is_non_release_pr: true
config:
python-version: "3.12"
hatch-env: all.py3.12
Expand Down Expand Up @@ -101,10 +101,10 @@ jobs:
hatch-env: all.py3.12
os: windows-latest
label: Windows
is_pr:
- ${{ github.event_name == 'pull_request' }}
is_non_release_pr:
- ${{ github.event_name == 'pull_request' && !startsWith(github.head_ref, 'release')}}
exclude:
- is_pr: true
- is_non_release_pr: true
config:
python-version: "3.12"
hatch-env: all.py3.12
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-integration-vizro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
hatch-env: all.py3.12
os: windows-latest
label: Windows
is_pr:
- ${{ github.event_name == 'pull_request' }}
is_non_release_pr:
- ${{ github.event_name == 'pull_request' && !startsWith(github.head_ref, 'release')}}
exclude:
- is_pr: true
- is_non_release_pr: true
config:
python-version: "3.12"
hatch-env: all.py3.12
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-unit-vizro-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
hatch-env: all.py3.12
os: windows-latest
label: Windows
is_pr:
- ${{ github.event_name == 'pull_request' }}
is_non_release_pr:
- ${{ github.event_name == 'pull_request' && !startsWith(github.head_ref, 'release')}}
exclude:
- is_pr: true
- is_non_release_pr: true
config:
python-version: "3.12"
hatch-env: all.py3.12
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-unit-vizro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
hatch-env: all.py3.12
os: windows-latest
label: Windows
is_pr:
- ${{ github.event_name == 'pull_request' }}
is_non_release_pr:
- ${{ github.event_name == 'pull_request' && !startsWith(github.head_ref, 'release')}}
exclude:
- is_pr: true
- is_non_release_pr: true
config:
python-version: "3.12"
hatch-env: all.py3.12
Expand Down
16 changes: 16 additions & 0 deletions vizro-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse

<!-- scriv-insert-here -->

<a id='changelog-0.1.26'></a>

# 0.1.26 — 2024-10-30

## Removed

- Drop support for Python 3.8. ([#813](https://github.com/mckinsey/vizro/pull/813))

## Added

- Add support for Python 3.13. ([#813](https://github.com/mckinsey/vizro/pull/813))

## Fixed

- Fix paths to Vizro assets on Windows. ([#837](https://github.com/mckinsey/vizro/pull/837))

<a id='changelog-0.1.25'></a>

# 0.1.25 — 2024-10-15
Expand Down
48 changes: 0 additions & 48 deletions vizro-core/changelog.d/20241015_154018_antony.milne_0_1_25.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 14e947f

Please sign in to comment.