Commit f81a745f authored by Rafael Monnerat's avatar Rafael Monnerat

Release 0.2.1.1 (Fix on missing import)

parent aa181c0f
Changes
========
0.2.1.1 (2014-07-15)
------------------
* Minor fixes [Rafael Monnerat]
0.2.1 (2014-07-15)
------------------
......
from setuptools import setup, find_packages
version = '0.2.1'
version = '0.2.1.1'
name = 'slapos.package'
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