File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - id : sort-simple-yaml
2929 - id : trailing-whitespace
3030- repo : https://github.com/astral-sh/ruff-pre-commit
31- rev : v0.4.4
31+ rev : v0.4.5
3232 hooks :
3333 - id : ruff
3434 args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - Modified the header image url to be an absolute url so that it hopefully shows up in PyPI correctly.
13+
1014## [ 0.13.1] - 2024-05-21
1115
1216### Changed
Original file line number Diff line number Diff line change 1- ![ Image] ( pythonbible.png )
1+ ![ Image] ( https://github.com/avendesora/pythonbible/raw/main/ pythonbible.png)
22
33The pythonbible library serves several purposes related to the Christian Bible and Scripture references.
44
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ You are encouraged to write tests for your application and update your pythonbib
88
99| Version | Supported |
1010| --------- | ------------------ |
11- | 0.8.x | :white_check_mark : |
12- | < 0.8.0 | :x : |
11+ | 0.13.1 | :white_check_mark : |
12+ | < 0.13.1 | :x : |
1313
1414
1515## Reporting a Vulnerability
You can’t perform that action at this time.
0 commit comments