Skip to content

Commit abf85bf

Browse files
committed
bump versions
1 parent 2bcfb89 commit abf85bf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ and joins.
3333

3434
Use the right version:
3535

36+
- versions 0.2.x of this adapter work with dbt 0.20.x
3637
- versions 0.1.x of this adapter work with dbt 0.19.x
3738
- versions 0.0.x of this adapter work with dbt 0.18.x
3839

@@ -177,12 +178,12 @@ On Windows, you'll need to make adjustments to the commands below.
177178
```
178179
workon dbt-sqlite-test
179180
180-
pip install dbt==0.19.2
181+
pip install dbt==0.20.0
181182
182183
# install adapter test suite
183-
# version 0.5.0 doesn't work with dbt 0.19.x
184+
# NOTE: dbt 0.19.x doesn't work with >= 0.5.0; use 0.4.0
184185
# see https://github.com/dbt-labs/dbt-adapter-tests/issues/20
185-
pip install pytest-dbt-adapter==0.4.0
186+
pip install pytest-dbt-adapter==0.5.1
186187
187188
# install dbt-sqlite in development mode
188189
pip install -e .

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

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

0 commit comments

Comments
 (0)