File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff 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
3634Features
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
4745v4.0
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments