Skip to content

Commit

Permalink
DBT-687: update package versions for v1.3.2 release (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: Nitesh Yadav <nitesh@cloudera.com>
  • Loading branch information
niteshy and Nitesh Yadav committed May 11, 2023
1 parent 7a1b0ae commit dfb3c57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
@@ -1,6 +1,6 @@
# Changelog

## 1.3.4 (May 5nd, 2023)
## 1.3.2 (May 10th, 2023)
Added support for iceberg table format
Added support for plain authorization connection
Added support for Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/impala/__version__.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = "1.3.4"
version = "1.3.2"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@ def _get_dbt_core_version():

package_name = "dbt-impala"
# make sure this always matches dbt/adapters/dbt_impala/__version__.py
package_version = "1.3.4"
package_version = "1.3.2"
description = """The Impala adapter plugin for dbt"""

dbt_core_version = _get_dbt_core_version()
Expand Down

0 comments on commit dfb3c57

Please sign in to comment.