Commit adb93971 authored by Julien Muchembled's avatar Julien Muchembled

Release 4.0

parent 94706ac7
4.0 (2017-10-13)
================
* jinja2: read template at install/update and fix 'mode' option
* Add support for Python 3.
3.0 (2017-05-23)
================
* jinja2: make 'import' return the leaf module instead of the root one.
2.10 (2017-01-18)
=================
......
from setuptools import setup, find_packages
import os
version = '3.0'
version = '4.0'
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