Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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
Expand Down Expand Up @@ -220,7 +226,8 @@ The goal of this release was to address [Issue #90], and to make things related

## [0.0.1] - 2020-10-08

[unreleased]: https://github.com/avendesora/pythonbible/compare/v0.15.2...HEAD
[unreleased]: https://github.com/avendesora/pythonbible/compare/v0.15.3...HEAD
[0.15.3]: https://github.com/avendesora/pythonbible/compare/v0.15.2...v0.15.3
[0.15.2]: https://github.com/avendesora/pythonbible/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/avendesora/pythonbible/compare/v0.14.0...v0.15.1
[0.15.0]: https://github.com/avendesora/pythonbible/compare/v0.14.0...v0.15.1
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Nathan Patton"

# The full version, including alpha/beta/rc tags
release = "0.15.2"
release = "0.15.3"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pythonbible/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module-name = "pythonbible"

[project]
name = "pythonbible"
version = "0.15.2"
version = "0.15.3"
description-file = "README.md"
requires-python = ">=3.10"
authors = [
Expand Down Expand Up @@ -47,7 +47,7 @@ ASV = ["pythonbible-asv"]
BBE = ["pythonbible-bbe"]
BWE = ["pythonbible-bwe"]
DAR = ["pythonbible-dar"]
Dialgot = ["pythonbible-diaglot"]
Diaglot = ["pythonbible-diaglot"]
DR = ["pythonbible-dr"]
ETHERIDGE = ["pythonbible-etheridge"]
GB = ["pythonbible-gb"]
Expand Down
2 changes: 1 addition & 1 deletion pythonbible/pythonbible/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from __future__ import annotations

__version__ = "0.15.2"
__version__ = "0.15.3"

from .bible import add_bible
from .bible import get_bible
Expand Down
8 changes: 4 additions & 4 deletions pythonbible/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading