diff --git a/django/labellabor/settings.py b/django/labellabor/settings.py index 680f4ee..2a8dad6 100644 --- a/django/labellabor/settings.py +++ b/django/labellabor/settings.py @@ -54,7 +54,7 @@ sentry_sdk.init( traces_sample_rate=1.0, send_default_pii=True, # must be "True" here, will skip or omit in `before_send` callback ) -sentry_sdk.set_tag("version", "2.1.0") +sentry_sdk.set_tag("version", "2.2.0") LOGGING = { diff --git a/django/templates/_dropdown_profile.html b/django/templates/_dropdown_profile.html index c8b93e4..ac3b5a8 100644 --- a/django/templates/_dropdown_profile.html +++ b/django/templates/_dropdown_profile.html @@ -55,7 +55,7 @@
diff --git a/django/templates/_intro.html b/django/templates/_intro.html index 8332de6..e536e8e 100644 --- a/django/templates/_intro.html +++ b/django/templates/_intro.html @@ -95,11 +95,6 @@Before upgrading to a newer version, backup your data by exporting your labels as a BIP-329 file or an encrypted archive.
-In this new release, you will see a yellow screen in case of an error. Please create a screenshot and share it with us to help improve Labelbase.