Skip to content

Commit be8605e

Browse files
author
Jens Kürten
committed
0.8.2
1 parent 3ec5177 commit be8605e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/reference/objects.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
|menge|float \| None|Quantity|
1616
|stlbemerkung|str \| None|Remarks|
1717
|mengeneinheit|str \| None|Unit of Measure|
18+
|teilenummer|str|part number|
19+
|t_index|str|part index|
1820

1921
## Briefcase
2022
`csfunctions.objects.Briefcase`
@@ -236,7 +238,7 @@ An objects property, used by classification.
236238
|gebrauchsstand|str \| None|Usability|
237239
|st_breite|float \| None|Width|
238240
|document_ids|list[str]|List of document IDs, that were changed. (z_nummer@z_index)|
239-
|documents|list['Document']||
241+
|documents|list[[Document](objects.md#document)]||
240242

241243
## Workflow
242244
`csfunctions.objects.Workflow`

docs/release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### Version 0.8.2:
2+
- added the fields `teilenummer`and `t_index` to BOMItem
3+
14
### Version 0.8.1:
25
- Fix: removed incorrect dependency to urllib3
36

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "contactsoftware-functions"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
readme = "README.md"
55

66
license = "MIT"

0 commit comments

Comments
 (0)