Skip to content

Commit

Permalink
Release/v4.3.9 (#92)
Browse files Browse the repository at this point in the history
* Fixing color in sancti 07-20
* Adding more sermonry references
  • Loading branch information
mmolenda authored Jul 28, 2020
1 parent eda84fb commit 3b01dda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion missal1962/constants/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@
SANCTI_07_18PL = 'sancti:07-18pl:3:r'
SANCTI_07_19 = 'sancti:07-19:3:w'
SANCTI_07_20 = 'sancti:07-20:3:r'
SANCTI_07_20PL = 'sancti:07-20pl:3:r'
SANCTI_07_20PL = 'sancti:07-20pl:3:w'
SANCTI_07_21 = 'sancti:07-21r:3:w'
SANCTI_07_22 = 'sancti:07-22:3:w'
SANCTI_07_23 = 'sancti:07-23:3:w'
Expand Down
2 changes: 2 additions & 0 deletions missal1962/constants/en/translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,8 @@
constants.SANCTI_06_29: [{"label": SERMONRY_LABEL, "path": "{}saints-peter-and-paul".format(SERMONRY_URL)},],
constants.SANCTI_07_01: [{"label": SERMONRY_LABEL, "path": "{}precious-blood".format(SERMONRY_URL)},],
constants.SANCTI_07_02: [{"label": SERMONRY_LABEL, "path": "{}visitation-blessed-virgin-mary".format(SERMONRY_URL)},],
constants.SANCTI_07_03: [{"label": SERMONRY_LABEL, "path": "{}saint-irenaeus".format(SERMONRY_URL)},],
constants.SANCTI_07_05: [{"label": SERMONRY_LABEL, "path": "{}saint-anthony-mary-zaccaria".format(SERMONRY_URL)},],
constants.SANCTI_08_15: [{"label": SERMONRY_LABEL, "path": "{}assumption-of-the-blessed-virgin-mary".format(SERMONRY_URL)},],
constants.SANCTI_09_29: [{"label": SERMONRY_LABEL, "path": "{}dedication-of-saint-michael-the-archangel".format(SERMONRY_URL)},],
constants.SANCTI_10_07: [{"label": SERMONRY_LABEL, "path": "{}our-lady-of-the-rosary".format(SERMONRY_URL)},],
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/api_calendar_2020.json
Original file line number Diff line number Diff line change
Expand Up @@ -4542,9 +4542,9 @@
"celebration": [
{
"colors": [
"r"
"w"
],
"id": "sancti:07-20pl:3:r",
"id": "sancti:07-20pl:3:w",
"rank": 3,
"title": "B\u0142. Czes\u0142awa, Wyznawcy"
}
Expand Down

0 comments on commit 3b01dda

Please sign in to comment.