We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e37971b + ef3a82e commit e9b92dfCopy full SHA for e9b92df
dbt/adapters/impala/__version__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-version="1.1.4"
+version="1.1.5"
setup.py
@@ -46,7 +46,7 @@ def _get_dbt_core_version():
46
47
package_name = "dbt-impala"
48
# make sure this always matches dbt/adapters/dbt_impala/__version__.py
49
-package_version = "1.1.4"
+package_version = "1.1.5"
50
description = """The Impala adapter plugin for dbt"""
51
52
dbt_core_version = _get_dbt_core_version()
0 commit comments