Skip to content

Commit

Permalink
Merge pull request #135 from moj-analytical-services/fix_mkdocs
Browse files Browse the repository at this point in the history
Fix mkdocs
  • Loading branch information
Thomas-Hirsch authored Aug 12, 2024
2 parents ba0fa57 + 6c7d4e3 commit bf8fd15
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v5.6.1 - 2024-07-31

- fix failing mkdocs build ([#135](https://github.com/moj-analytical-services/pydbtools/pull/135))
- additional rule to recognise aws roles coming from github actions ([#136](https://github.com/moj-analytical-services/pydbtools/pull/136))

## v5.6.0 - 2024-07-30

- Add error and environment variable for query dump bucket, to warn if bucket and region are mismatched.
Expand Down
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ theme:

plugins:
- mkdocstrings:
custom_templates: templates
default_handler: python
handlers:
python:
Expand Down Expand Up @@ -41,7 +40,7 @@ nav:
- Wrangler Extensions: api/wrangler.md
- SQL Rendering: api/sql_render.md
- Utilities: api/utils.md
- Depreciated: api/deprecated.md
- Deprecated: api/deprecated.md

markdown_extensions:
- mdx_include
Expand Down
2 changes: 1 addition & 1 deletion pydbtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
)
from .utils import s3_path_join # noqa: F401

__version__ = "5.6.0"
__version__ = "5.6.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "pydbtools"
version = "5.6.0"
version = "5.6.1"
description = "A python package to query data via amazon athena and bring it into a pandas df using aws-wrangler."
license = "MIT"
authors = ["Karik Isichei <[email protected]>"]
Expand Down

0 comments on commit bf8fd15

Please sign in to comment.