Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore committed Feb 25, 2024
2 parents 6fd5344 + 8a3d891 commit 2c04160
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion approvaltests/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version_number = "v10.3.0"
version_number = "v10.4.0"
5 changes: 4 additions & 1 deletion tests/test_inline_approvals.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,7 @@ def test_uppercase():
b -> B
c -> C
"""
verify("\n".join([ f"{a} -> {a.upper()}" for a in parse_docstring()]), options=Options().inline())
verify(
"\n".join([f"{a} -> {a.upper()}" for a in parse_docstring()]),
options=Options().inline(),
)
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version_number = "v10.3.0"
version_number = "v10.4.0"

0 comments on commit 2c04160

Please sign in to comment.