Skip to content

Commit dfb3c57

Browse files
niteshyNitesh Yadav
andauthored
DBT-687: update package versions for v1.3.2 release (#172)
Co-authored-by: Nitesh Yadav <[email protected]>
1 parent 7a1b0ae commit dfb3c57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.3.4 (May 5nd, 2023)
3+
## 1.3.2 (May 10th, 2023)
44
Added support for iceberg table format
55
Added support for plain authorization connection
66
Added support for Python 3.7

dbt/adapters/impala/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version = "1.3.4"
15+
version = "1.3.2"

setup.py

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

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

5252
dbt_core_version = _get_dbt_core_version()

0 commit comments

Comments
 (0)