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 17ecd8b commit 2efab2eCopy full SHA for 2efab2e
dbt/adapters/hive/__version__.py
@@ -11,4 +11,4 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
-version = "1.1.4"
+version = "1.1.5"
setup.py
@@ -45,7 +45,7 @@ def _get_dbt_core_version():
45
46
package_name = "dbt-hive"
47
# make sure this always matches dbt/adapters/hive/__version__.py
48
-package_version = "1.1.4"
+package_version = "1.1.5"
49
description = """The Hive adapter plugin for dbt"""
50
51
dbt_core_version = _get_dbt_core_version()
0 commit comments