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.
1 parent 0020a56 commit 2ba8a73Copy full SHA for 2ba8a73
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.3.0"
+version="1.3.1"
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.3.0"
+package_version = "1.3.1"
50
description = """The Impala adapter plugin for dbt"""
51
52
dbt_core_version = _get_dbt_core_version()
0 commit comments