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 7059bac commit e8cd3eeCopy full SHA for e8cd3ee
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.5rc2"
+version="1.0.5"
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.5rc2"
+package_version = "1.0.5"
25
description = """The Impala adapter plugin for dbt"""
26
27
setup(
0 commit comments