Commit 5f0838b2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Release 3.4.

parent 30039129
Changes
=======
3.4 (2016-06-10)
----------------
* Use a dedicated buildout directory for building a rebootstrap
python. The change in 3.2 was wrong because it causes infinite loop
of rebootstrap and build for different version of python.
3.3 (2016-01-20)
----------------
......
from setuptools import setup, find_packages
version = '3.3'
version = '3.4'
name = "slapos.rebootstrap"
long_description = open("README.txt").read() + '\n\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