Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Aug 10, 2021
1 parent 2bcfb89 commit abf85bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ and joins.

Use the right version:

- versions 0.2.x of this adapter work with dbt 0.20.x
- versions 0.1.x of this adapter work with dbt 0.19.x
- versions 0.0.x of this adapter work with dbt 0.18.x

Expand Down Expand Up @@ -177,12 +178,12 @@ On Windows, you'll need to make adjustments to the commands below.
```
workon dbt-sqlite-test
pip install dbt==0.19.2
pip install dbt==0.20.0
# install adapter test suite
# version 0.5.0 doesn't work with dbt 0.19.x
# NOTE: dbt 0.19.x doesn't work with >= 0.5.0; use 0.4.0
# see https://github.com/dbt-labs/dbt-adapter-tests/issues/20
pip install pytest-dbt-adapter==0.4.0
pip install pytest-dbt-adapter==0.5.1
# install dbt-sqlite in development mode
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

package_name = "dbt-sqlite"
package_version = "0.1.2"
package_version = "0.2.0"
description = """A SQLite adapter plugin for dbt (data build tool)"""
long_description = "Please see the github repository for detailed information"

Expand Down

0 comments on commit abf85bf

Please sign in to comment.