Skip to content

Commit f1b1b92

Browse files
committed
bump: new version 3.2.12
1 parent aa8d28b commit f1b1b92

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 3.2.12 (2024-03-22)
3+
### Fix
4+
- handle NoneType for owner_name in feel job
5+
- wrong indentation for hashtag check in feed job
26
## 3.2.11 (2024-03-17)
37
## New Features
48
- OCR to read the post owner if the obj is missing in the feed job (optional)

GramAddict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Human-like Instagram bot powered by UIAutomator2"""
22

3-
__version__ = "3.2.11"
3+
__version__ = "3.2.12"
44
__tested_ig_version__ = "300.0.0.29.110"
55

66
from GramAddict.core.bot_flow import start_bot

GramAddict/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# that file is deprecated, current version is now stored in GramAddict/__init__.py
2-
__version__ = "3.2.11"
2+
__version__ = "3.2.12"

0 commit comments

Comments
 (0)