Commit 396407a1 authored by Julien Muchembled's avatar Julien Muchembled

Release 0.4

parent eedbbe32
Changes Changes
======= =======
0.4 (2017-06-06)
----------------
* Fix MANIFEST.in: some files were missing.
0.3 (2017-06-05) 0.3 (2017-06-05)
---------------- ----------------
* Add support for Python 3 * Add support for Python 3
0.2 (2017-01-19) 0.2 (2017-01-19)
---------------- ----------------
* Add do-not-strip-path option. * Add do-not-strip-path option.
0.1 (2014-10-22) 0.1 (2014-10-22)
---------------- ----------------
......
include *.txt include *.rst
from setuptools import setup, find_packages from setuptools import setup, find_packages
import os import os
version = '0.3' version = '0.4'
name = 'slapos.extension.strip' name = 'slapos.extension.strip'
def read(*rnames): def read(*rnames):
......
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