change removal version to 0.8.0

This commit is contained in:
Lendemor 2024-12-10 18:28:32 +01:00
parent a0cef6709b
commit 3dc990b8fd

View File

@ -653,7 +653,7 @@ class App(MiddlewareMixin, LifespanMixin):
feature_name="App.add_custom_404_page",
reason=f"Use app.add_page(component, route='/{constants.Page404.SLUG}') instead.",
deprecation_version="0.6.7",
removal_version="0.7.0",
removal_version="0.8.0",
)
self.add_page(
component=component,