Release 0.28.8

parent 75acca39
Changes
=======
0.28.8 (Unreleased)
0.28.8 (2012-09-18)
-------------------
* slapgrid: Don't process free partitions (regression introduced in 0.28.7).
......
from setuptools import setup, find_packages
import glob
import os
version = '0.28.8-dev'
version = '0.28.8'
name = 'slapos.core'
long_description = open("README.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