Skip to content

Commit 77afe63

Browse files
github-actions[bot]FishtownBuildBotleahwicz
authored
Bumping version to 1.0.2 (#4750)
* Bumping version to 1.0.2 * Update CHANGELOG.md Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com> Co-authored-by: leahwicz <60146280+leahwicz@users.noreply.github.com>
1 parent ca7c4c1 commit 77afe63

9 files changed

Lines changed: 24 additions & 24 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.2rc1
2+
current_version = 1.0.2
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Testing cleanup ([#4496](https://github.com/dbt-labs/dbt-core/pull/4496), [#4509](https://github.com/dbt-labs/dbt-core/pull/4509))
1212
- Clean up test deprecation warnings ([#3988](https://github.com/dbt-labs/dbt-core/issue/3988), [#4556](https://github.com/dbt-labs/dbt-core/pull/4556))
1313

14-
## dbt-core 1.0.2 (Release TBD)
14+
## dbt-core 1.0.2 (February 18, 2022)
1515

1616
### Dependencies
1717
- Pin `MarkupSafe==2.0.1`. Deprecation of `soft_unicode` in `MarkupSafe==2.1.0` is not supported by `Jinja2==2.11`

core/dbt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ def _get_dbt_plugins_info():
128128
yield plugin_name, mod.version
129129

130130

131-
__version__ = '1.0.2rc1'
131+
__version__ = '1.0.2'
132132
installed = get_installed_version()

core/scripts/create_adapter_plugins.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,12 @@ def parse_args(argv=None):
284284
parser.add_argument('adapter')
285285
parser.add_argument('--title-case', '-t', default=None)
286286
parser.add_argument('--dependency', action='append')
287-
parser.add_argument('--dbt-core-version', default='1.0.2rc1')
287+
parser.add_argument('--dbt-core-version', default='1.0.2')
288288
parser.add_argument('--email')
289289
parser.add_argument('--author')
290290
parser.add_argument('--url')
291291
parser.add_argument('--sql', action='store_true')
292-
parser.add_argument('--package-version', default='1.0.2rc1')
292+
parser.add_argument('--package-version', default='1.0.2')
293293
parser.add_argument('--project-version', default='1.0')
294294
parser.add_argument(
295295
'--no-dependency', action='store_false', dest='set_dependency'

core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
package_name = "dbt-core"
28-
package_version = "1.0.2rc1"
28+
package_version = "1.0.2"
2929
description = """With dbt, data analysts and engineers can build analytics \
3030
the way engineers build applications."""
3131

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
agate==1.6.3
2-
attrs==21.2.0
2+
attrs==21.4.0
33
Babel==2.9.1
44
certifi==2021.10.8
55
cffi==1.15.0
6-
charset-normalizer==2.0.9
6+
charset-normalizer==2.0.12
77
click==8.0.3
88
colorama==0.4.4
9-
dbt-core==1.0.1rc1
9+
dbt-core==1.0.2
1010
dbt-extractor==0.4.0
11-
dbt-postgres==1.0.1rc1
11+
dbt-postgres==1.0.2
1212
future==0.18.2
1313
hologram==0.0.14
1414
idna==3.3
15-
importlib-metadata==4.9.0
15+
importlib-metadata==4.11.1
1616
isodate==0.6.1
1717
Jinja2==2.11.3
1818
jsonschema==3.1.1
1919
leather==0.3.4
2020
Logbook==1.5.3
21-
MarkupSafe==2.0.1
21+
MarkupSafe==2.1.0
2222
mashumaro==2.9
2323
minimal-snowplow-tracker==0.0.2
2424
msgpack==1.0.3
2525
networkx==2.6.3
2626
packaging==21.3
2727
parsedatetime==2.4
28-
psycopg2-binary==2.9.2
28+
psycopg2-binary==2.9.3
2929
pycparser==2.21
30-
pyparsing==3.0.6
31-
pyrsistent==0.18.0
30+
pyparsing==3.0.7
31+
pyrsistent==0.18.1
3232
python-dateutil==2.8.2
33-
python-slugify==5.0.2
33+
python-slugify==6.0.1
3434
pytimeparse==1.1.8
3535
pytz==2021.3
3636
PyYAML==6.0
37-
requests==2.26.0
37+
requests==2.27.1
3838
six==1.16.0
3939
sqlparse==0.4.2
4040
text-unidecode==1.3
4141
typing-extensions==3.10.0.2
42-
urllib3==1.26.7
43-
Werkzeug==2.0.2
44-
zipp==3.6.0
42+
urllib3==1.26.8
43+
Werkzeug==2.0.3
44+
zipp==3.7.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.0.2rc1'
1+
version = '1.0.2'

plugins/postgres/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def _dbt_psycopg2_name():
4141

4242

4343
package_name = "dbt-postgres"
44-
package_version = "1.0.2rc1"
44+
package_version = "1.0.2"
4545
description = """The postgres adpter plugin for dbt (data build tool)"""
4646

4747
this_directory = os.path.abspath(os.path.dirname(__file__))

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
if 'sdist' not in sys.argv:
77
print('')
8-
print('As of v1.0.2rc1, `pip install dbt` is no longer supported.')
8+
print('As of v1.0.2, `pip install dbt` is no longer supported.')
99
print('Instead, please use one of the following.')
1010
print('')
1111
print('**To use dbt with your specific database, platform, or query engine:**')
@@ -50,7 +50,7 @@
5050

5151

5252
package_name = "dbt"
53-
package_version = "1.0.2rc1"
53+
package_version = "1.0.2"
5454
description = """With dbt, data analysts and engineers can build analytics \
5555
the way engineers build applications."""
5656

0 commit comments

Comments
 (0)