Prepare 1.0.0 release

This commit is contained in:
2026-06-13 07:15:50 -05:00
parent 17f953882f
commit da6ba66e1c
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -105,11 +105,12 @@ Options:
-f, --output-format <format> Select a specific output format. Valid values
are 'raw', 'markdown', 'plain', 'reading'.
--translation <translation> Select a specific translation. Supported values
-t, --translation <translation>
Select a specific translation. Supported values
are 'amp', 'esv', 'nkjv', and 'niv'. Defaults
to 'esv'.
-t, --esv-api-token <token> Provide the API token on the command line. By
--esv-api-token <token> Provide the API token on the command line. By
default this will be read either from the
.bibleref.cfg.json file or the ESV_API_TOKEN
envionment variable.
@@ -135,7 +136,7 @@ Options:
try:
# Parse arguments
let args = docopt(USAGE, version = "0.3.0")
let args = docopt(USAGE, version = "1.0.0")
if args["--debug"]:
consoleLogger.levelThreshold = lvlDebug