changelog file
[nepi.git] / CHANGELOG.md
1 # 6.0.1 - November 5, 2015
2
3 * move the `src/nepi` directory in the git repo one step up
4   * so `ls nepi/util/`
5
6 * `import nepi; nepi.version`
7  
8
9 # 6.0.0 - November 5, 2015
10
11 * support for both python2 and python3
12 * additional dependency to `six`
13 * dependency to `ipaddr` only valid for python2, in python3 we use `ipaddress` from the standard library
14
15 * `register_resource` now accepts keyword args to set attributes in a single call
16
17 #
18     app = ec.register_resource("linux:Application", 
19                                hostname = hostname,
20                                username = username,
21                                identity = ssh_key)
22
23                                
24