Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps pythonbible from 0.14.0 to 0.15.3.

Release notes

Sourced from pythonbible's releases.

v0.15.3

0.15.3 - 2025-12-31

Fixed

  • Changed the optional "extra" dependency reference for the "Diaglot NT" version to be "Diaglot" instead of "Dialgot".

v0.15.2

0.15.2 - 2025-12-31

Fixed

  • Fixed the pythonbible package README file to, for now, be a copy of the main project README file so that it displays in PyPI correctly.

v0.15.1

[0.15.1] - 2025-12-31

Added

  • Added an optional bible parameter to most public functions so that standard book, chapter, verse, and text definitions can be overridden by a specific Bible translation.

Changed

  • Modified the values in the max verses dictionary to be the mode (instead of max) chapter/verse info across all versions/translations.
  • Separated the Bible versions/translations into their own packages to reduce the file size of the main pythonbible package.
    • The main pythonbible package now only includes the ASV version by default.
    • Other versions/translations can be optionally installed along with the pythonbible package or separately as their own package.

Removed

  • Removed all versions/translations except for ASV from the main pythonbible package to reduce file size.
    • Other versions/translations can be optionally installed along with the pythonbible package or separately as their own package.

[0.15.0] - unreleased due to file size restrictions on PyPI

Added

  • Added several new English version/translation Bibles:
    • American King James Version (AKJV)
    • Bible in Basic English (BBE)
    • Bible in Worldwide English NT (BWE)
    • Darby (DAR)
    • Diaglot NT - 1865 (DIAGLOT)
    • Douay-Rheims (DR)
    • The Emphasized Bible by J. B. Rotherham (ROTHERHAM)
    • Geneva Bible (GB)

... (truncated)

Changelog

Sourced from pythonbible's changelog.

[0.15.3] - 2025-12-31

Fixed

  • Changed the optional "extra" dependency reference for the "Diaglot NT" version to be "Diaglot" instead of "Dialgot".

[0.15.2] - 2025-12-31

Fixed

  • Fixed the pythonbible package README file to, for now, be a copy of the main project README file so that it displays in PyPI correctly.

[0.15.1] - 2025-12-31

Added

  • Added an optional bible parameter to most public functions so that standard book, chapter, verse, and text definitions can be overridden by a specific Bible translation.

Changed

  • Modified the values in the max verses dictionary to be the mode (instead of max) chapter/verse info across all versions/translations.
  • Separated the Bible versions/translations into their own packages to reduce the file size of the main pythonbible package.
    • The main pythonbible package now only includes the ASV version by default.
    • Other versions/translations can be optionally installed along with the pythonbible package or separately as their own package.

Removed

  • Removed all versions/translations except for ASV from the main pythonbible package to reduce file size.
    • Other versions/translations can be optionally installed along with the pythonbible package or separately as their own package.

[0.15.0] - unreleased due to file size restrictions on PyPI

Added

  • Added several new English version/translation Bibles:
    • American King James Version (AKJV)
    • Bible in Basic English (BBE)
    • Bible in Worldwide English NT (BWE)
    • Darby (DAR)
    • Diaglot NT - 1865 (DIAGLOT)
    • Douay-Rheims (DR)
    • The Emphasized Bible by J. B. Rotherham (ROTHERHAM)
    • Geneva Bible (GB)
    • Leeser Old Testament (LEESER)
    • Living Oracles NT (LONT)
    • Modern KJV 1963 (MKJV1963)
    • Montgomery New Testament (MONT)
    • New Heart English Bible (NHEB)
    • Open English Bible (OEB)
    • The Peschito Syriac New Testament (ETHERIDGE)

... (truncated)

Commits
  • 476613f fix optional install "extra" code for Diaglot NT to be Diaglot instead of Dia...
  • 6a1b18d fix pythonbible package readme and update version/changelog (#227)
  • 0ad56f0 Update git fetch command in release workflow
  • 1494544 Separate data packages for each version (#219)
  • 72d6948 Bump actions/checkout from 5 to 6 (#222)
  • 0eb8974 [pre-commit.ci] pre-commit autoupdate (#225)
  • bbb6ad1 Fix Genesis 17 verse count to 27 (#224)
  • cf4bd2b [pre-commit.ci] pre-commit autoupdate (#220)
  • 2da3ee5 Bump wntrblm/nox from 2025.10.16 to 2025.11.12 (#218)
  • 9a2af38 fix examples in readme to match latest output formats (#217)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pythonbible](https://github.com/avendesora/pythonbible) from 0.14.0 to 0.15.3.
- [Release notes](https://github.com/avendesora/pythonbible/releases)
- [Changelog](https://github.com/avendesora/pythonbible/blob/main/CHANGELOG.md)
- [Commits](avendesora/pythonbible@v0.14.0...v0.15.3)

---
updated-dependencies:
- dependency-name: pythonbible
  dependency-version: 0.15.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 1, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2026

Superseded by #104.

@dependabot dependabot bot closed this Jan 2, 2026
@dependabot dependabot bot deleted the dependabot/pip/pythonbible-0.15.3 branch January 2, 2026 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant