File tree Expand file tree Collapse file tree 14 files changed +84
-13
lines changed
Expand file tree Collapse file tree 14 files changed +84
-13
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.19.0rc3
2+ current_version = 0.19.0
33parse = (?P<major>\d+)
44 \.(?P<minor>\d+)
55 \.(?P<patch>\d+)
Original file line number Diff line number Diff line change 1- ## dbt 0.19.0 (Release TBD )
1+ ## dbt 0.19.0 (January 27, 2021 )
22
33## dbt 0.19.0rc3 (January 27, 2021)
44
Original file line number Diff line number Diff line change @@ -96,5 +96,5 @@ def _get_dbt_plugins_info():
9696 yield plugin_name , mod .version
9797
9898
99- __version__ = '0.19.0rc3 '
99+ __version__ = '0.19.0 '
100100installed = get_installed_version ()
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(fname):
2424
2525
2626package_name = "dbt-core"
27- package_version = "0.19.0rc3 "
27+ package_version = "0.19.0 "
2828description = """dbt (data build tool) is a command line tool that helps \
2929 analysts and engineers transform data in their warehouse more effectively"""
3030
Original file line number Diff line number Diff line change 1+ agate==1.6.1
2+ asn1crypto==1.4.0
3+ attrs==20.3.0
4+ azure-common==1.1.26
5+ azure-core==1.10.0
6+ azure-storage-blob==12.7.1
7+ Babel==2.9.0
8+ boto3==1.15.18
9+ botocore==1.18.18
10+ cachetools==4.2.1
11+ certifi==2020.12.5
12+ cffi==1.14.4
13+ chardet==3.0.4
14+ colorama==0.4.3
15+ cryptography==3.3.1
16+ decorator==4.4.2
17+ google-api-core==1.23.0
18+ google-auth==1.24.0
19+ google-cloud-bigquery==2.3.1
20+ google-cloud-core==1.4.4
21+ google-crc32c==1.1.2
22+ google-resumable-media==1.2.0
23+ googleapis-common-protos==1.52.0
24+ grpcio==1.35.0
25+ hologram==0.0.12
26+ idna==2.9
27+ importlib-metadata==3.4.0
28+ isodate==0.6.0
29+ jeepney==0.6.0
30+ Jinja2==2.11.2
31+ jmespath==0.10.0
32+ json-rpc==1.13.0
33+ jsonschema==3.1.1
34+ keyring==21.8.0
35+ leather==0.3.3
36+ Logbook==1.5.3
37+ MarkupSafe==1.1.1
38+ minimal-snowplow-tracker==0.0.2
39+ msrest==0.6.21
40+ networkx==2.5
41+ oauthlib==3.1.0
42+ oscrypto==1.2.1
43+ parsedatetime==2.6
44+ proto-plus==1.13.0
45+ protobuf==3.14.0
46+ psycopg2-binary==2.8.6
47+ pyasn1==0.4.8
48+ pyasn1-modules==0.2.8
49+ pycparser==2.20
50+ pycryptodomex==3.9.9
51+ PyJWT==1.7.1
52+ pyOpenSSL==20.0.1
53+ pyrsistent==0.17.3
54+ python-dateutil==2.8.1
55+ python-slugify==4.0.1
56+ pytimeparse==1.1.8
57+ pytz==2020.5
58+ PyYAML==5.4.1
59+ requests==2.23.0
60+ requests-oauthlib==1.3.0
61+ rsa==4.7
62+ s3transfer==0.3.4
63+ SecretStorage==3.3.0
64+ six==1.15.0
65+ snowflake-connector-python==2.3.6
66+ sqlparse==0.3.1
67+ text-unidecode==1.3
68+ typing-extensions==3.7.4.3
69+ urllib3==1.25.11
70+ Werkzeug==0.16.1
71+ zipp==3.4.0
Original file line number Diff line number Diff line change 1- version = '0.19.0rc3 '
1+ version = '0.19.0 '
Original file line number Diff line number Diff line change 2020
2121
2222package_name = "dbt-bigquery"
23- package_version = "0.19.0rc3 "
23+ package_version = "0.19.0 "
2424description = """The bigquery adapter plugin for dbt (data build tool)"""
2525
2626this_directory = os .path .abspath (os .path .dirname (__file__ ))
Original file line number Diff line number Diff line change 1- version = '0.19.0rc3 '
1+ version = '0.19.0 '
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def _dbt_psycopg2_name():
4141
4242
4343package_name = "dbt-postgres"
44- package_version = "0.19.0rc3 "
44+ package_version = "0.19.0 "
4545description = """The postgres adpter plugin for dbt (data build tool)"""
4646
4747this_directory = os .path .abspath (os .path .dirname (__file__ ))
Original file line number Diff line number Diff line change 1- version = '0.19.0rc3 '
1+ version = '0.19.0 '
You can’t perform that action at this time.
0 commit comments