Skip to content

Commit f56adfa

Browse files
authored
Merge pull request #21 from OpenIsraeliSupermarkets/0.1.6
0.1.6
2 parents ec90991 + 79ad0f4 commit f56adfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

il_supermarket_parsers/parsers/other.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def __init__(self) -> None:
160160
super().__init__(
161161
promofull_parser=SubRootedXmlDataFrameConverter(
162162
list_key="Promotions",
163-
id_field="PromotionId",
163+
id_field="ItemCode",
164164
roots=["ChainId", "SubChainId", "StoreId", "BikoretNo"],
165165
list_sub_key="PromotionItems",
166166
sub_roots=[

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
tests_require=dev_required,
3232
extras_require={"test": ["pytest", "pytest-xdist"]},
3333
# *strongly* suggested for sharing
34-
version="0.1.5",
34+
version="0.1.6",
3535
# The license can be anything you like
3636
license="MIT",
3737
description="python package that process the data dumped by the israeli supermarket",

0 commit comments

Comments
 (0)