Skip to content

Commit b36afb5

Browse files
committed
add substitution
1 parent 056a43e commit b36afb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

facturapi/types/queries.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ def dict(self, *args, **kwargs) -> Dict[str, Any]:
7575

7676
class InvoiceQuery(BaseQuery):
7777
motive: Optional[str]
78+
substitution: Optional[str]

facturapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.1.2.dev1' # pragma: no cover
1+
__version__ = '0.1.2.dev2' # pragma: no cover
22
CLIENT_VERSION = __version__

0 commit comments

Comments
 (0)