Release 2.4.1

parent a2748676
2.5 (Unreleased)
2.4.1 (2012-08-01)
================
* jinja2: Make "context" parameter really optional. [Vincent Pelletier]
2.4 (2012-06-01)
================
......
from setuptools import setup, find_packages
import os
version = '2.5-dev'
version = '2.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