Commit f0e16ee0 authored by Julien Muchembled's avatar Julien Muchembled

Release 2.9

parent 3a43536a
2.9 (2015-11-18)
================
* jinja2: Add support for non-ascii templates.
Encoding for input/output and imported files can be set via new "encoding"
parameter which defaults to utf-8.
2.8 (2015-06-25)
================
......
from setuptools import setup, find_packages
import os
version = '2.8'
version = '2.9'
name = 'slapos.recipe.template'
long_description = open("README.txt").read() + "\n" + \
open(os.path.join('slapos', 'recipe',
......
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