Release 0.32.1

parent 77ad079b
......@@ -6,6 +6,8 @@ Changes
* slapgrid: Make sure error logs are sent to SlapOS master. Finish
implementation began in 0.32. [Cedric de Saint Martin]
* slapgrid: Fix Usage Report in case of not empty partition with no SR.
[Cedric de Saint Martin]
0.32 (2012-10-04)
-----------------
......
from setuptools import setup, find_packages
import glob
import os
version = '0.32.1-dev'
version = '0.32.1'
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