Advertise development of new version

parent 0a2d165b
2.4 (Unreleased)
================
* No change yet.
2.3 (2012-03-29)
================
......
from setuptools import setup, find_packages
import os
version = '2.3'
version = '2.4-dev'
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