Skip to content

Commit ab668b7

Browse files
authored
update max verse counts based on chapter/verse info from multiple versions/translations (#162)
1 parent 01227ff commit ab668b7

4 files changed

Lines changed: 261 additions & 576 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.13.1] - 2024-05-21
11+
12+
### Changed
13+
14+
- Modified max verses dictionary with chapter/verse info from multiple versions/translations.
15+
1016
## [0.13.0] = 2024-05-21
1117

1218
### Added
@@ -131,7 +137,8 @@ The goal of this release was to address [Issue #90], and to make things related
131137

132138
## [0.0.1] - 2020-10-08
133139

134-
[unreleased]: https://github.com/avendesora/pythonbible/compare/v0.13.0...HEAD
140+
[unreleased]: https://github.com/avendesora/pythonbible/compare/v0.13.1...HEAD
141+
[0.13.1]: https://github.com/avendesora/pythonbible/compare/v0.13.0...v0.13.1
135142
[0.13.0]: https://github.com/avendesora/pythonbible/compare/v0.12.0...v0.13.0
136143
[0.12.0]: https://github.com/avendesora/pythonbible/compare/v0.11.1...v0.12.0
137144
[0.11.1]: https://github.com/avendesora/pythonbible/compare/v0.11.0...v0.11.1

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.13.0"
11+
__version__ = "0.13.1"
1212

1313
from .bible.bible import Bible
1414
from .book_groups import BOOK_GROUPS

0 commit comments

Comments
 (0)