Commit bafbc9d8 authored by Julien Muchembled's avatar Julien Muchembled

Release 4.1

parent 211bd4d7
4.1 (2017-10-18)
================
* Fix $$ escaping in basic templates.
4.0 (2017-10-13)
================
......
from setuptools import setup, find_packages
import os
version = '4.0'
version = '4.1'
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