Skip to content

Commit 7e73947

Browse files
committed
Release 0.16.6
1 parent f4af2e8 commit 7e73947

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Change Log - advertools
33
=======================
44

5+
0.16.6 (2025-03-30)
6+
-------------------
7+
8+
* Fixed
9+
- Set correct file for emoji_df using package path attribute
10+
- Make emoji_df a function that return the full DataFrame
11+
12+
513
0.16.5 (2025-03-19)
614
-------------------
715

advertools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Elias Dabbas"""
44
__email__ = "eliasdabbas@gmail.com"
5-
__version__ = "0.16.5"
5+
__version__ = "0.16.6"
66

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.5
2+
current_version = 0.16.6
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
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.16.5",
65+
version="0.16.6",
6666
zip_safe=False,
6767
)

0 commit comments

Comments
 (0)