Commit d1f68979 authored by Julien Muchembled's avatar Julien Muchembled

Release 4.0

parent d3e2466f
Changes
=======
4.0 (2017-06-05)
----------------
Complete reimplementation:
- Work entirely in-place, even to switch to a different version of Python.
- Update bin/buildout to immediately use the wanted Python on subsequent
buildout runs.
For SlapOS, the second point is required to have the instanciation done
with the built Python.
3.10 (2017-03-15)
-----------------
......
from setuptools import setup, find_packages
version = '3.10'
version = '4.0'
name = "slapos.rebootstrap"
long_description = open("README.rst").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