Skip to content

Commit 6fa338f

Browse files
committed
Release 0.14.3
1 parent b5a2d3b commit 6fa338f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Change Log - advertools
1717
* Fixed
1818
- Use int64 instead of int for YouTube count columns, contributed by @DanielP77
1919

20+
0.14.3 (2024-06-27)
21+
-------------------
22+
23+
* Changed
24+
- Use a different XPath expression for `body_text` while crawling.
25+
2026
0.14.2 (2024-02-24)
2127
-------------------
2228

advertools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Elias Dabbas"""
44
__email__ = "[email protected]"
5-
__version__ = "0.14.2"
5+
__version__ = "0.14.3"
66

77
from advertools.ad_create import ad_create
88
from advertools.ad_from_string import ad_from_string

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.2
2+
current_version = 0.14.3
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
test_suite="tests",
6363
tests_require=test_requirements,
6464
url="https://github.com/eliasdabbas/advertools",
65-
version="0.14.2",
65+
version="0.14.3",
6666
zip_safe=False,
6767
)

0 commit comments

Comments
 (0)