Merge remote-tracking branch 'origin/release'

This commit is contained in:
Overhang.IO 2025-04-10 06:23:38 +00:00
commit a18d74c5b6
3 changed files with 6 additions and 2 deletions

View File

@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-19.0.4'></a>
## v19.0.4 (2025-04-10)
- [Bugfix] Remove deprecated filter_scopes from import_dashboard script. (by @Danyal-Faheem)
<a id='changelog-19.0.3'></a>
## v19.0.3 (2025-04-03)

View File

@ -1 +0,0 @@
- [Bugfix] Remove deprecated filter_scopes from import_dashboard script. (by @Danyal-Faheem)

View File

@ -1 +1 @@
__version__ = "19.0.3"
__version__ = "19.0.4"