Skip to content

Commit

Permalink
Merge pull request #306 from bible-technology/develop
Browse files Browse the repository at this point in the history
merge 1.0.0 release changes
  • Loading branch information
jtauber authored May 16, 2023
2 parents df042f8 + 309ab84 commit e69517c
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

# General information about the project.
project = u'Scripture Burrito'
copyright = u'2022'
copyright = u'2023'
author = u'Scripture Burrito Working Group'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -59,7 +59,7 @@
# The short X.Y version.
version = u'1.0.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.0-rc3'
release = u'1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/artifacts/audioTranslation.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format": "scripture burrito",
"meta": {
"version": "1.0.0-rc3",
"version": "1.0.0",
"category": "source",
"generator": {
"softwareName": "DBLImport",
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/artifacts/embossedBrailleScripture.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format": "scripture burrito",
"meta": {
"version": "1.0.0-rc3",
"version": "1.0.0",
"category": "source",
"generator": {
"softwareName": "DBLImport",
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/artifacts/minimalTemplate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format": "scripture burrito",
"meta": {
"version": "1.0.0-rc3",
"version": "1.0.0",
"category": "template",
"templateName": {
"en": "A Minimal and Frankly Pointless Template"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/artifacts/signLanguageVideoTranslation.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format": "scripture burrito",
"meta": {
"version": "1.0.0-rc3",
"version": "1.0.0",
"category": "source",
"generator": {
"softwareName": "DBLImport",
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/artifacts/textStories.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"format": "scripture burrito",
"meta": {
"category": "source",
"version": "1.0.0-rc3",
"version": "1.0.0",
"dateCreated": "2020-03-31T09:04:10.3+02:00",
"generator": {
"softwareName": "SB01Import",
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/artifacts/textTranslation.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format": "scripture burrito",
"meta": {
"version": "1.0.0-rc3",
"version": "1.0.0",
"category": "source",
"generator": {
"softwareName": "DBLImport",
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/artifacts/textTranslation_derived.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format": "scripture burrito",
"meta": {
"version": "1.0.0-rc3",
"version": "1.0.0",
"category": "derived",
"dateCreated": "2019-02-19T01:02:03+01:00",
"generator": {
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/artifacts/typesetScripture.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format": "scripture burrito",
"meta": {
"version": "1.0.0-rc3",
"version": "1.0.0",
"category": "source",
"generator": {
"softwareName": "DBLImport",
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/artifacts/wordAlignment.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"format": "scripture burrito",
"meta": {
"category": "source",
"version": "1.0.0-rc3",
"version": "1.0.0",
"dateCreated": "2020-03-31T09:04:10.3+02:00",
"generator": {
"softwareName": "Autographa-Aligner 0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/artifacts/xScripture.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"format": "scripture burrito",
"meta": {
"category": "source",
"version": "1.0.0-rc3",
"version": "1.0.0",
"dateCreated": "2020-03-31T09:04:10.3+02:00",
"generator": {
"softwareName": "SB01Import",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Scripture Burrito Documentation

.. image:: ../logo/burrito_logo.png

After several years of development and testing, we are pleased to announce the availability of **Scripture Burrito 1.0-rc3** specification! We recommend that developers of Scripture and Scripture-related applications test and adopt this specification for interchanging data with other systems. Out of the box Scripture Burrito is designed to support the following types of data:
After several years of development and testing, we are pleased to announce the availability of **Scripture Burrito 1.0.0** specification! We recommend that developers of Scripture and Scripture-related applications test and adopt this specification for interchanging data with other systems. Out of the box Scripture Burrito is designed to support the following types of data:

- :ref:`scripture_text_flavor`
- :ref:`scripture_print_flavor`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scripture-burrito",
"version": "1.0.0-rc3",
"version": "1.0.0",
"description": "Schema support for Scripture Burrito",
"main": "schema/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion schema/meta_version.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"$$target": "meta_version.schema.json",
"title": "Meta Version",
"type": "string",
"enum": ["1.0.0-rc3"],
"enum": ["1.0.0"],
"description": "Version of the Scripture Burrito specification this file follows."
}

0 comments on commit e69517c

Please sign in to comment.