Skip to content

Commit 0bd930c

Browse files
authored
Bump version to v1.10.1 (#794)
* Bump version to v1.10.1 * Add recovery_email to Django admin
1 parent 182ccea commit 0bd930c

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thunderbird-accounts",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "> [!IMPORTANT] > Thunderbird Accounts is still in active development and is not ready for any active use.",
55
"private": true,
66
"directories": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "thunderbird_accounts"
7-
version = "1.10.0"
7+
version = "1.10.1"
88
dependencies = [
99
"django>=5.2.12",
1010
"django-filter>=25.2",

src/thunderbird_accounts/authentication/admin/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def shorten_plan(user: User) -> str | None:
2727
*UserAdmin.list_display,
2828
'is_test_account',
2929
'last_used_email',
30+
'recovery_email',
3031
'created_at',
3132
'updated_at',
3233
)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)