Release 0.31.2

parent 3216f6c3
Changes Changes
======= =======
0.31.2 (2012-10-02)
-------------------
* Update slapproxy behavior: when instance already exist, only update
partition_parameter_kw. (commit 317d5c8e0aee) [Cedric de Saint Martin]
0.31.1 (2012-10-02) 0.31.1 (2012-10-02)
------------------- -------------------
* Fixed Watchdog call in slapgrid [Cédric Le Ninivin]
* Fixed Watchdog call in slapgrid. [Cédric Le Ninivin]
0.31 (2012-10-02) 0.31 (2012-10-02)
------------------- -------------------
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
import glob import glob
import os import os
version = '0.31.1' version = '0.31.2'
name = 'slapos.core' name = 'slapos.core'
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