Release 0.7.6 emergency fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Reimer 2019-09-11 14:31:25 +00:00
parent 96a34e2c45
commit 57f5e6ad69
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 0.7.5
## 0.7.6
- 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

View File

@ -2,7 +2,7 @@ import logging
__author__ = "Stefan Reimer"
__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.