This commit is contained in:
Danyal Faheem 2025-04-10 11:22:37 +05:00 committed by GitHub
parent a4c4b6b158
commit 1e86feb8ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"