File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22Change 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+
5130.16.5 (2025-03-19)
614-------------------
715
Original file line number Diff line number Diff line change 22
33__author__ = """Elias Dabbas"""
44__email__ = "eliasdabbas@gmail.com"
5- __version__ = "0.16.5 "
5+ __version__ = "0.16.6 "
66
77from advertools .ad_create import ad_create
88from advertools .ad_from_string import ad_from_string
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.16.5
2+ current_version = 0.16.6
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments