plain.email 0.10.0__tar.gz → 0.10.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,3 +13,6 @@ plain*/tests/.plain
13
13
  .aider*
14
14
 
15
15
  /llms-full.txt
16
+
17
+ # Plain temp dirs
18
+ .plain
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plain.email
3
- Version: 0.10.0
3
+ Version: 0.10.2
4
4
  Summary: Email sending for Plain.
5
5
  Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
6
6
  License-Expression: BSD-3-Clause
@@ -0,0 +1,11 @@
1
+ # plain-email changelog
2
+
3
+ ## [0.10.2](https://github.com/dropseed/plain/releases/plain-email@0.10.2) (2025-06-23)
4
+
5
+ ### What's changed
6
+
7
+ - No user-facing changes. Internal documentation and tooling updates only ([82710c3](https://github.com/dropseed/plain/commit/82710c3), [9a1963d](https://github.com/dropseed/plain/commit/9a1963d), [e1f5dd3](https://github.com/dropseed/plain/commit/e1f5dd3)).
8
+
9
+ ### Upgrade instructions
10
+
11
+ - No changes required
@@ -3,9 +3,9 @@
3
3
  import smtplib
4
4
  import ssl
5
5
  import threading
6
+ from functools import cached_property
6
7
 
7
8
  from plain.runtime import settings
8
- from plain.utils.functional import cached_property
9
9
 
10
10
  from ..backends.base import BaseEmailBackend
11
11
  from ..message import sanitize_address
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "plain.email"
3
- version = "0.10.0"
3
+ version = "0.10.2"
4
4
  description = "Email sending for Plain."
5
5
  authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
6
6
  license = "BSD-3-Clause"
File without changes
File without changes