Commit 5dee275f authored by Rafael Monnerat's avatar Rafael Monnerat

Release 4.3

parent fd82c255
4.3 (2018-01-25)
================
* jinja2: Compile the same source only once and use compiled source next time.
4.2 (2017-12-12)
================
......
from setuptools import setup, find_packages
import os
version = '4.2'
version = '4.3'
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