Commit e22b4671 authored by Antoine Catton's avatar Antoine Catton

Advertise on development of next release

parent 9c63ac6e
Changes Changes
======= =======
0.10-dev (Unreleased)
---------------------
* No change yet.
0.10 (2012-07-02) 0.10 (2012-07-02)
---------------- ----------------
* Add ``format = yes|no`` option. [Antoine Catton] * Add ``format = yes|no`` option. [Antoine Catton]
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '0.10' version = '0.10-dev'
name = 'slapos.recipe.build' name = 'slapos.recipe.build'
long_description = open("README.txt").read() + "\n" + \ long_description = open("README.txt").read() + "\n" + \
open("CHANGES.txt").read() + "\n" open("CHANGES.txt").read() + "\n"
......
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