Commit e67eff57 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Prepare release 0.28.5

parent 550edc57
......@@ -6,6 +6,11 @@ Changes
* No changes yet.
0.28.5 (2012-08-23)
-----------------
* Updated slapos.cfg for register [Cédric Le Ninivin]
0.28.4 (2012-08-22)
-----------------
......
from setuptools import setup, find_packages
import glob
import os
version = '0.29-dev'
version = '0.28.5'
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