Commit a3d5f613 authored by Łukasz Nowak's avatar Łukasz Nowak

Prepare 2.4.2 release.

parent 618c66a1
2.4.2 (Unreleased) 2.4.2 (2012-08-21)
================ ==================
* No change yet. * jinja2: Mode shall be used instead of umask. [Vincent Pelletier]
2.4.1 (2012-08-01) 2.4.1 (2012-08-01)
================ ==================
* jinja2: Make "context" parameter really optional. [Vincent Pelletier] * jinja2: Make "context" parameter really optional. [Vincent Pelletier]
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
import os import os
version = '2.4.2-dev' version = '2.4.2'
name = 'slapos.recipe.template' name = 'slapos.recipe.template'
long_description = open("README.txt").read() + "\n" + \ long_description = open("README.txt").read() + "\n" + \
open(os.path.join('slapos', 'recipe', 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