Skip to content

Commit

Permalink
Bump up data-detective-airflow to 1.0.1 (#42)
Browse files Browse the repository at this point in the history
* Bump up data-detective-airflow to 1.0.1

* Freeze pydoc-markdown==4.3.2
  • Loading branch information
mebelousov authored Dec 29, 2021
1 parent d31b886 commit 8b55d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
working-directory: data-detective-airflow
run: |-
poetry install --no-dev
pipx install 'pydoc-markdown>=4.0.0,<5.0.0'
pipx install 'pydoc-markdown==4.3.2'
pydoc-markdown
- name: Set up cache for etl
Expand Down
2 changes: 1 addition & 1 deletion data-detective-airflow/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "data_detective_airflow"
license = "Apache-2.0"
version = "1.0.0"
version = "1.0.1"
description = "Framework with task testing over Apache Airflow"
authors = ["Tinkoff Data Detective Team"]
readme = 'README.md' # Markdown files are supported
Expand Down

0 comments on commit 8b55d88

Please sign in to comment.