| commit | 9562f43a108d17a263bf84bcc1aa96a8170586fa | [log] [tgz] |
|---|---|---|
| author | Adam Israel <adam.israel@canonical.com> | Wed May 09 13:55:28 2018 -0400 |
| committer | Adam Israel <adam.israel@canonical.com> | Thu May 10 08:14:52 2018 -0400 |
| tree | a693ae6c9d9930e1f6146fdf02c6ff5d634ae77a | |
| parent | c9df96f0699cb656166a696219749646f12052d1 [diff] [blame] |
Add workload message to callback Add the charm's workload status message to the callback so more detailed information can be provided to the user. Signed-off-by: Adam Israel <adam.israel@canonical.com> Change-Id: I1bcd502a2470dd5a527bc88cf24f2e3e6753da91
diff --git a/n2vc/__init__.py b/n2vc/__init__.py index 93353d0..889c3ab 100644 --- a/n2vc/__init__.py +++ b/n2vc/__init__.py
@@ -1 +1 @@ -version = '0.0.1' +version = '0.0.2'