Skip to content

Commit

Permalink
- prepare for 1.1.1 release (#47)
Browse files Browse the repository at this point in the history
- update version numbers in setup.py and __version__.py
- update README for impyla 0.18a5 dependency
  • Loading branch information
tovganesh authored Jul 15, 2022
1 parent bc91ebc commit 8269461
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Python >= 3.8

dbt-core >= 1.1.0

impyla >= 0.18a5

### Installing dbt-impala

`pip install dbt-impala`
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.0"
version="1.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

setup(
Expand Down

0 comments on commit 8269461

Please sign in to comment.