Release 0.12

parent 4fac423d
0.11 (unreleased)
0.12 (2011-07-15)
================
* No changes yet.
* Include modifications that should have been included in 0.11.
0.11 (2011-07-15)
================
* Bug fix : slapconsole : shorthand methods request and supply now correctly
return an object
return an object. [Cedric de Saint Martin]
0.10 (2011-07-13)
=================
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.12-dev'
version = '0.12'
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