Skip to content

Commit e15b3ce

Browse files
committed
Release 10.2
1 parent 29d9a49 commit e15b3ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ Release history
2525
^^^^^^^^^^^^^^^
2626
.. This extra heading level keeps the ToC from becoming unmanageably long
2727
28-
vNext
28+
v10.2
2929
-----
3030

31-
*unreleased changes*
31+
*2023-10-25*
3232

3333
Features
3434
~~~~~~~~
3535

3636
* **Resend**: Add support for this ESP
37-
(`docs <https://anymail.dev/en/latest/esps/resend/>`__).
37+
(`docs <https://anymail.dev/en/stable/esps/resend/>`__).
3838

3939
Fixes
4040
~~~~~

anymail/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Instead, load version info from the package root.
33

44
#: major.minor or major.minor.patch (optionally with .devN suffix)
5-
__version__ = "10.1"
5+
__version__ = "10.2"
66

77
VERSION = __version__.split(",")

0 commit comments

Comments
 (0)