Skip to content

Commit 476613f

Browse files
authored
fix optional install "extra" code for Diaglot NT to be Diaglot instead of Dialgot (#228)
1 parent 6a1b18d commit 476613f

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.3] - 2025-12-31
11+
12+
### Fixed
13+
14+
- Changed the optional "extra" dependency reference for the "Diaglot NT" version to be "Diaglot" instead of "Dialgot".
15+
1016
## [0.15.2] - 2025-12-31
1117

1218
### Fixed
@@ -220,7 +226,8 @@ The goal of this release was to address [Issue #90], and to make things related
220226

221227
## [0.0.1] - 2020-10-08
222228

223-
[unreleased]: https://github.com/avendesora/pythonbible/compare/v0.15.2...HEAD
229+
[unreleased]: https://github.com/avendesora/pythonbible/compare/v0.15.3...HEAD
230+
[0.15.3]: https://github.com/avendesora/pythonbible/compare/v0.15.2...v0.15.3
224231
[0.15.2]: https://github.com/avendesora/pythonbible/compare/v0.15.1...v0.15.2
225232
[0.15.1]: https://github.com/avendesora/pythonbible/compare/v0.14.0...v0.15.1
226233
[0.15.0]: https://github.com/avendesora/pythonbible/compare/v0.14.0...v0.15.1

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Nathan Patton"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.15.2"
26+
release = "0.15.3"
2727

2828

2929
# -- General configuration ---------------------------------------------------

pythonbible/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module-name = "pythonbible"
1111

1212
[project]
1313
name = "pythonbible"
14-
version = "0.15.2"
14+
version = "0.15.3"
1515
description-file = "README.md"
1616
requires-python = ">=3.10"
1717
authors = [
@@ -47,7 +47,7 @@ ASV = ["pythonbible-asv"]
4747
BBE = ["pythonbible-bbe"]
4848
BWE = ["pythonbible-bwe"]
4949
DAR = ["pythonbible-dar"]
50-
Dialgot = ["pythonbible-diaglot"]
50+
Diaglot = ["pythonbible-diaglot"]
5151
DR = ["pythonbible-dr"]
5252
ETHERIDGE = ["pythonbible-etheridge"]
5353
GB = ["pythonbible-gb"]

pythonbible/pythonbible/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from __future__ import annotations
1010

11-
__version__ = "0.15.2"
11+
__version__ = "0.15.3"
1212

1313
from .bible import add_bible
1414
from .bible import get_bible

pythonbible/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)