mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
0.33.7
This commit is contained in:
parent
8c2b8d7f0b
commit
926da4dda8
@ -1,5 +1,5 @@
|
|||||||
Synapse 0.33.7rc2 (2018-10-17)
|
Synapse 0.33.7 (2018-10-18)
|
||||||
==============================
|
===========================
|
||||||
|
|
||||||
**Warning**: This release removes the example email notification templates from
|
**Warning**: This release removes the example email notification templates from
|
||||||
`res/templates` (they are now internal to the python package). This should only
|
`res/templates` (they are now internal to the python package). This should only
|
||||||
@ -15,6 +15,9 @@ The configuration parser will try to detect the situation where
|
|||||||
`email.template_dir` is incorrectly set to `res/templates` and do the right
|
`email.template_dir` is incorrectly set to `res/templates` and do the right
|
||||||
thing, but will warn about this.
|
thing, but will warn about this.
|
||||||
|
|
||||||
|
Synapse 0.33.7rc2 (2018-10-17)
|
||||||
|
==============================
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -27,4 +27,4 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "0.33.7rc2"
|
__version__ = "0.33.7"
|
||||||
|
Loading…
Reference in New Issue
Block a user