From 1ccaf6836964c196ce573e04c422c0b1520fac1d Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Thu, 7 Mar 2019 09:34:45 -0700 Subject: [PATCH] Update ODPI-C; bump version in preparation for a new patch release. --- doc/src/conf.py | 2 +- odpi | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index 1d9c475..4eb4e21 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -42,7 +42,7 @@ author = 'Oracle' # The short X.Y version. version = '7.1' # The full version, including alpha/beta/rc tags. -release = '7.1.1' +release = '7.1.2' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/odpi b/odpi index f7d3fb6..9292f4e 160000 --- a/odpi +++ b/odpi @@ -1 +1 @@ -Subproject commit f7d3fb6078873521b65114389aff0380c37a1320 +Subproject commit 9292f4ef84e806b061dde19e8e9122d87224acba diff --git a/setup.py b/setup.py index 6d5c2e1..d2014a8 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ except: from distutils.extension import Extension # define build constants -BUILD_VERSION = "7.1.1" +BUILD_VERSION = "7.1.2" # setup extra link and compile args extraLinkArgs = []