Skip to content

Commit a7e0b07

Browse files
bump: version 3.0.0 → 3.0.1
1 parent 53956a9 commit a7e0b07

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.0.1 (2024-09-23)
2+
3+
### Fix
4+
5+
- **gha**: Update action used to release package on PyPI (#154)
6+
17
## 3.0.0 (2024-09-23)
28

39
### BREAKING CHANGE

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dbt-airflow"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "A Python package that creates fine-grained Airflow tasks for dbt"
55
repository = "https://github.com/gmyrianthous/dbt-airflow"
66
authors = ["Giorgos Myrianthous <giorgos.myrianthous@gmail.com>"]
@@ -24,7 +24,7 @@ mkdocstrings-python = ">=0.8.2,<1.2.0"
2424

2525
[tool.commitizen]
2626
name = "cz_conventional_commits"
27-
version = "3.0.0"
27+
version = "3.0.1"
2828
version_files = [
2929
"pyproject.toml:^version"
3030
]

0 commit comments

Comments
 (0)