Skip to content

Commit 6742ce1

Browse files
🔖 version 3.8.1 (#133)
1 parent f6d3e2a commit 6742ce1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Mindee Python API Library Changelog
22

3+
## v3.8.1 - 2023-05-11
4+
### Fixes
5+
* :bug: fix naming of job ID property
6+
37
## v3.8.0 - 2023-05-10
48
### Changes
59
* :sparkles: add support for Invoice Splitter V1

docs/extras/code_samples/invoice_splitter_v1_async.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ times_tried = 1
2424
queue_result = input_doc.enqueue(doc_class)
2525

2626
# Get the id of the queue (job)
27-
queue_id = queue_result.job.job_id
27+
queue_id = queue_result.job.id
2828

2929
# Recursive function that tries to retrieve the completed document.
3030
# If the document is not "complete", try again

mindee/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.0
1+
3.8.1

0 commit comments

Comments
 (0)