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 54dc2dd commit 1b00d70Copy full SHA for 1b00d70
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.0.7"
+version="1.1.0"
setup.py
@@ -21,7 +21,7 @@
21
22
package_name = "dbt-impala"
23
# make sure this always matches dbt/adapters/dbt_impala/__version__.py
24
-package_version = "1.0.7"
+package_version = "1.1.0"
25
description = """The Impala adapter plugin for dbt"""
26
27
setup(
0 commit comments