Skip to content

Commit

Permalink
bump: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrolube committed Mar 9, 2024
1 parent c2f7d14 commit 886f314
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/dist
/gramaddict.egg-info
/.idea
/test
/.vscode
*/*.yml
*/*.json
Expand All @@ -17,7 +16,6 @@ accounts
Pipfile
Pipfile.lock
*.pdf
*.txt
*.mp4
*.log*
*.ini
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## 3.2.10 (2024-03-09)
### Fix
- account selecting
- function specialization for load and clean txt file
- better logging for the user
### Others
- test for load and clean txt file

## 3.2.9 (2024-02-10)
### Fix
- remove pandas as dependency for telegram reports
Expand Down
4 changes: 2 additions & 2 deletions GramAddict/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Human-like Instagram bot powered by UIAutomator2"""

__version__ = "3.2.9"
__tested_ig_version__ = "263.2.0.19.104"
__version__ = "3.2.10"
__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.9"
__version__ = "3.2.10"

0 comments on commit 886f314

Please sign in to comment.