Skip to content

Commit 8b7b833

Browse files
committed
Release 4.1
1 parent cb521e0 commit 8b7b833

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,17 @@ Release history
2929
v4.1
3030
----
3131

32-
*In development*
33-
34-
.. TODO: when releasing, change "latest" to "stable" in docs links
32+
*2018-08-27*
3533

3634
Features
3735
~~~~~~~~
3836

3937
* **SendGrid:** Support both new "dynamic" and original "legacy" transactional
4038
templates. (See
41-
`docs <https://anymail.readthedocs.io/en/latest/esps/sendgrid/#sendgrid-templates>`__.)
39+
`docs <https://anymail.readthedocs.io/en/stable/esps/sendgrid/#sendgrid-templates>`__.)
4240
* **SendGrid:** Allow merging `esp_extra["personalizations"]` dict into other message-derived
4341
personalizations. (See
44-
`docs <https://anymail.readthedocs.io/en/latest/esps/sendgrid/#sendgrid-esp-extra>`__.)
42+
`docs <https://anymail.readthedocs.io/en/stable/esps/sendgrid/#sendgrid-esp-extra>`__.)
4543

4644

4745
v4.0

anymail/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (4, 0)
1+
VERSION = (4, 1)
22
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
33
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"

0 commit comments

Comments
 (0)