File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ Change Log - advertools
17
17
* Fixed
18
18
- Use int64 instead of int for YouTube count columns, contributed by @DanielP77
19
19
20
+ 0.14.3 (2024-06-27)
21
+ -------------------
22
+
23
+ * Changed
24
+ - Use a different XPath expression for `body_text ` while crawling.
25
+
20
26
0.14.2 (2024-02-24)
21
27
-------------------
22
28
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Elias Dabbas"""
4
4
5
- __version__ = "0.14.2 "
5
+ __version__ = "0.14.3 "
6
6
7
7
from advertools .ad_create import ad_create
8
8
from advertools .ad_from_string import ad_from_string
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.14.2
2
+ current_version = 0.14.3
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 62
62
test_suite = "tests" ,
63
63
tests_require = test_requirements ,
64
64
url = "https://github.com/eliasdabbas/advertools" ,
65
- version = "0.14.2 " ,
65
+ version = "0.14.3 " ,
66
66
zip_safe = False ,
67
67
)
You can’t perform that action at this time.
0 commit comments