Skip to content

Commit 2efab2e

Browse files
authored
bump version for release (#67)
1 parent 17ecd8b commit 2efab2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dbt/adapters/hive/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
version = "1.1.4"
14+
version = "1.1.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def _get_dbt_core_version():
4545

4646
package_name = "dbt-hive"
4747
# make sure this always matches dbt/adapters/hive/__version__.py
48-
package_version = "1.1.4"
48+
package_version = "1.1.5"
4949
description = """The Hive adapter plugin for dbt"""
5050

5151
dbt_core_version = _get_dbt_core_version()

0 commit comments

Comments
 (0)