Release 0.7.6 emergency fix
This commit is contained in:
parent
96a34e2c45
commit
57f5e6ad69
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.7.5
|
## 0.7.6
|
||||||
- Added warning if rendered templates exceed max. inline size of 51200 bytes
|
- Added warning if rendered templates exceed max. inline size of 51200 bytes
|
||||||
- Added optional removal of comments during include_raw processing to reduce user-data size
|
- Added optional removal of comments during include_raw processing to reduce user-data size
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ import logging
|
|||||||
|
|
||||||
__author__ = "Stefan Reimer"
|
__author__ = "Stefan Reimer"
|
||||||
__email__ = "stefan@zero-downtimet.net"
|
__email__ = "stefan@zero-downtimet.net"
|
||||||
__version__ = "0.7.5"
|
__version__ = "0.7.6"
|
||||||
|
|
||||||
|
|
||||||
# Set up logging to ``/dev/null`` like a library is supposed to.
|
# Set up logging to ``/dev/null`` like a library is supposed to.
|
||||||
|
Loading…
Reference in New Issue
Block a user