Skip to content

Commit b5b048f

Browse files
authored
Merge branch 'main' into more-en-version-texts
2 parents 08a704f + 138d6b1 commit b5b048f

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
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]

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Image](pythonbible.png)
1+
![Image](https://github.com/avendesora/pythonbible/raw/main/pythonbible.png)
22

33
The pythonbible library serves several purposes related to the Christian Bible and Scripture references.
44

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)