Skip to content

Commit 8384254

Browse files
committed
bump version and update CHANGELOG
1 parent 8b4685c commit 8384254

6 files changed

Lines changed: 13 additions & 6 deletions

File tree

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.5] - 2026-01-24
11+
12+
### Fixed
13+
14+
- [Issue #235](https://github.com/avendesora/pythonbible/issues/235) - Error getting reference to Jonah
15+
1016
## [0.15.4] - 2026-01-01
1117

1218
### Changed
@@ -234,7 +240,8 @@ The goal of this release was to address [Issue #90], and to make things related
234240

235241
## [0.0.1] - 2020-10-08
236242

237-
[unreleased]: https://github.com/avendesora/pythonbible/compare/v0.15.4...HEAD
243+
[unreleased]: https://github.com/avendesora/pythonbible/compare/v0.15.5...HEAD
244+
[0.15.5]: https://github.com/avendesora/pythonbible/compare/v0.15.4...v0.15.5
238245
[0.15.4]: https://github.com/avendesora/pythonbible/compare/v0.15.3...v0.15.4
239246
[0.15.3]: https://github.com/avendesora/pythonbible/compare/v0.15.2...v0.15.3
240247
[0.15.2]: https://github.com/avendesora/pythonbible/compare/v0.15.1...v0.15.2

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pythonbible-docs"
3-
version = "0.15.4"
3+
version = "0.15.5"
44
description-file = "README.md"
55
requires-python = ">=3.13"
66
authors = [

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.4"
26+
release = "0.15.5"
2727

2828

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

pythonbible/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.4"
14+
version = "0.15.5"
1515
description-file = "README.md"
1616
requires-python = ">=3.10"
1717
authors = [

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.4"
11+
__version__ = "0.15.5"
1212

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

pythonbible/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)