Bug 559 adding encrypt/decrypt methods
Fixing pytest and unittest. Adding to devops stage test
Change-Id: Idbeaa82dec736c4a8b2d2a26bd39aeecbc49b901
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/osm_common/__init__.py b/osm_common/__init__.py
index f288cb6..eb221c0 100644
--- a/osm_common/__init__.py
+++ b/osm_common/__init__.py
@@ -15,5 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-version = '0.1.9'
-date_version = '2018-10-09'
+version = '0.1.10'
+# TODO add package version filling commit id with 0's; e.g.: '5.0.0.post11+00000000.dirty-1'
+date_version = '2018-10-22'
+