From 1ae80e31c902b3a008cdbe31d810b9c169fcc883 Mon Sep 17 00:00:00 2001 From: tierno Date: Wed, 30 Jan 2019 09:48:38 +0000 Subject: [PATCH] getting bug fixes from master Change-Id: If4904c0eeac396eee7082d19784e440991131297 Signed-off-by: tierno --- osm_common/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm_common/__init__.py b/osm_common/__init__.py index eb858ee..a33be51 100644 --- a/osm_common/__init__.py +++ b/osm_common/__init__.py @@ -15,6 +15,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = '0.1.16' +version = '0.1.17' # TODO add package version filling commit id with 0's; e.g.: '5.0.0.post11+00000000.dirty-1' date_version = '2019-01-28' -- 2.25.1