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 32289a1 commit f0f127dCopy full SHA for f0f127d
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.2"
+version = "1.1.3"
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.2"
+package_version = "1.1.3"
49
description = """The Hive adapter plugin for dbt"""
50
51
dbt_core_version = _get_dbt_core_version()
0 commit comments