From 6c69260b899013a966a290ca163ed4032526772a Mon Sep 17 00:00:00 2001 From: Xavier Fiechter Date: Sun, 2 Jun 2024 23:46:29 +0200 Subject: [PATCH] bump version 2.2.0 --- django/labellabor/settings.py | 2 +- django/templates/_dropdown_profile.html | 2 +- django/templates/_intro.html | 5 - django/templates/label_edit.html | 148 ------------------------ 4 files changed, 2 insertions(+), 155 deletions(-) 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 @@
- Privacy PolicyTermsv2.1.0 + Privacy PolicyTermsv2.2.0
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 @@ - - diff --git a/django/templates/label_edit.html b/django/templates/label_edit.html index a794732..7e4542a 100644 --- a/django/templates/label_edit.html +++ b/django/templates/label_edit.html @@ -41,154 +41,6 @@ {% get_attachments_for object.get_label_attachment as my_attachments %} -{% comment %} -
- - - -
-{% endcomment %} -{% comment %} -
- -
-{% endcomment %}