Commit 831ae295 authored by Julien Muchembled's avatar Julien Muchembled

Release 5.0

parent 6e937e55
......@@ -2,6 +2,21 @@
History
-------
5.0 (2022-02-03)
----------------
* jinja2: annotate compiled source with source path rather than download
destination path.
* default: bring some of the jinja2 improvements by refactoring the 2 recipes.
* default: add support for inline templates.
* Improve condition to determine if the output file is executable or not.
* jinja2: fix default context (range missing, Py2/Py3 inconsistencies).
* jinja2: new options to specify source (template -> url/inline) and
destination (rendered -> output) the same way as the default recipe.
rendered & template are deprecated.
* jinja2: by default, rerender on update only if the template may have changed,
and new boolean option to force update like it used to be.
4.6 (2021-06-08)
----------------
......
from setuptools import setup, find_packages
import os
version = '4.6'
version = '5.0'
name = 'slapos.recipe.template'
long_description = '\n'.join((open(path).read() for path in (
"README.rst",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment