From 2e0b902da3deaed3a5c2c5f232cd7ec0d09fb2d5 Mon Sep 17 00:00:00 2001 From: Nathan Patton Date: Wed, 31 Dec 2025 17:00:42 -0600 Subject: [PATCH] fix optional install "extra" code for Diaglot NT to be Diaglot instead of Dialgot --- CHANGELOG.md | 9 ++++++++- docs/source/conf.py | 2 +- pythonbible/pyproject.toml | 4 ++-- pythonbible/pythonbible/__init__.py | 2 +- pythonbible/uv.lock | 8 ++++---- 5 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8281aea..1ffd007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/docs/source/conf.py b/docs/source/conf.py index 23bf322..08db4ed 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/pythonbible/pyproject.toml b/pythonbible/pyproject.toml index d1bd135..1112e42 100644 --- a/pythonbible/pyproject.toml +++ b/pythonbible/pyproject.toml @@ -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 = [ @@ -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"] diff --git a/pythonbible/pythonbible/__init__.py b/pythonbible/pythonbible/__init__.py index 586404c..92dac1e 100644 --- a/pythonbible/pythonbible/__init__.py +++ b/pythonbible/pythonbible/__init__.py @@ -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 diff --git a/pythonbible/uv.lock b/pythonbible/uv.lock index 41f052c..083a7de 100644 --- a/pythonbible/uv.lock +++ b/pythonbible/uv.lock @@ -1793,7 +1793,7 @@ wheels = [ [[package]] name = "pythonbible" -version = "0.15.2" +version = "0.15.3" source = { editable = "." } dependencies = [ { name = "pythonbible-asv" }, @@ -1844,7 +1844,7 @@ bwe = [ dar = [ { name = "pythonbible-dar" }, ] -dialgot = [ +diaglot = [ { name = "pythonbible-diaglot" }, ] dr = [ @@ -1945,7 +1945,7 @@ requires-dist = [ { name = "pythonbible-dar", marker = "extra == 'all'" }, { name = "pythonbible-dar", marker = "extra == 'dar'" }, { name = "pythonbible-diaglot", marker = "extra == 'all'" }, - { name = "pythonbible-diaglot", marker = "extra == 'dialgot'" }, + { name = "pythonbible-diaglot", marker = "extra == 'diaglot'" }, { name = "pythonbible-dr", marker = "extra == 'all'" }, { name = "pythonbible-dr", marker = "extra == 'dr'" }, { name = "pythonbible-etheridge", marker = "extra == 'all'" }, @@ -1989,7 +1989,7 @@ requires-dist = [ { name = "pythonbible-ylt", marker = "extra == 'all'" }, { name = "pythonbible-ylt", marker = "extra == 'ylt'" }, ] -provides-extras = ["akjv", "asv", "bbe", "bwe", "dar", "dialgot", "dr", "etheridge", "gb", "kjv", "leeser", "lont", "mkjv1963", "mont", "nheb", "oeb", "roth", "rwebster", "rylt", "tyn", "ukjv", "wbs", "web", "wesley", "wmth", "wyc", "ylt", "all"] +provides-extras = ["akjv", "asv", "bbe", "bwe", "dar", "diaglot", "dr", "etheridge", "gb", "kjv", "leeser", "lont", "mkjv1963", "mont", "nheb", "oeb", "roth", "rwebster", "rylt", "tyn", "ukjv", "wbs", "web", "wesley", "wmth", "wyc", "ylt", "all"] [package.metadata.requires-dev] dev = [{ name = "pre-commit", specifier = ">=4.3.0" }]