Skip to content

Commit

Permalink
prepare for 1.1.2 release (#52)
Browse files Browse the repository at this point in the history
- update setup.py and __version__.py for version number
- update README to indicate correct dbt-core dependency is pulled
  • Loading branch information
tovganesh authored Aug 5, 2022
1 parent 771ea62 commit 1add9b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `dbt-impala` adapter allows you to use [dbt](https://www.getdbt.com/) along

Python >= 3.8

dbt-core >= 1.1.0
dbt-core ~= 1.1.0

impyla >= 0.18a5

Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/impala/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version="1.1.1"
version="1.1.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.1.1"
package_version = "1.1.2"
description = """The Impala adapter plugin for dbt"""

dbt_core_version = _get_dbt_core_version()
Expand Down

0 comments on commit 1add9b6

Please sign in to comment.