Skip to content

Commit

Permalink
bump: new version 3.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrolube committed Mar 22, 2024
1 parent aa8d28b commit f1b1b92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 3.2.12 (2024-03-22)
### Fix
- handle NoneType for owner_name in feel job
- wrong indentation for hashtag check in feed job
## 3.2.11 (2024-03-17)
## New Features
- OCR to read the post owner if the obj is missing in the feed job (optional)
Expand Down
2 changes: 1 addition & 1 deletion GramAddict/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Human-like Instagram bot powered by UIAutomator2"""

__version__ = "3.2.11"
__version__ = "3.2.12"
__tested_ig_version__ = "300.0.0.29.110"

from GramAddict.core.bot_flow import start_bot
Expand Down
2 changes: 1 addition & 1 deletion GramAddict/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# that file is deprecated, current version is now stored in GramAddict/__init__.py
__version__ = "3.2.11"
__version__ = "3.2.12"

2 comments on commit f1b1b92

@Cheppard87
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CHANGELOG.md

@Cheppard87
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GramAddict/version.py

Please sign in to comment.