Skip to content

Commit

Permalink
Task/fix template typo (#329)
Browse files Browse the repository at this point in the history
* task: remove extraneous quotation mark

* chore: bump versions
  • Loading branch information
andrewleith authored Oct 16, 2024
1 parent a11a7a4 commit 953ee17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/waffles/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docopt==0.6.2
Flask==2.3.3
markupsafe==2.1.5
git+https://github.com/cds-snc/[email protected].4#egg=notifications-utils
git+https://github.com/cds-snc/[email protected].5#egg=notifications-utils
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</p>
{% endif %}

<div style="padding: 0 10px" dir="{{ 'rtl' if text_direction_rtl else 'ltr' }}"">
<div style="padding: 0 10px" dir="{{ 'rtl' if text_direction_rtl else 'ltr' }}">
{{ body }}
</div>

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "notifications-utils"
version = "52.3.4"
version = "52.3.5"
description = "Shared python code for Notification - Provides logging utils etc."
authors = ["Canadian Digital Service"]
license = "MIT license"
Expand Down

0 comments on commit 953ee17

Please sign in to comment.