From: Thierry Parmentelat Date: Thu, 5 Nov 2015 14:13:54 +0000 (+0100) Subject: changelog file X-Git-Tag: nepi-6.0.4-pypi~2 X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=commitdiff_plain;h=deec1bc80c5831cd44a87341b18758314fbb386e changelog file --- diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f58f0916 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# 6.0.1 - November 5, 2015 + +* move the `src/nepi` directory in the git repo one step up + * so `ls nepi/util/` + +* `import nepi; nepi.version` + + +# 6.0.0 - November 5, 2015 + +* support for both python2 and python3 +* additional dependency to `six` +* dependency to `ipaddr` only valid for python2, in python3 we use `ipaddress` from the standard library + +* `register_resource` now accepts keyword args to set attributes in a single call + +# + app = ec.register_resource("linux:Application", + hostname = hostname, + username = username, + identity = ssh_key) + + +