Skip to content

Commit

Permalink
Bump 1.8.0 (update Instagram App version, support country an locale #241
Browse files Browse the repository at this point in the history
)
  • Loading branch information
adw0rd committed Jul 5, 2021
1 parent f699b6b commit 13082c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/usage-guide/interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ cl.login(USERNAME, PASSWORD)
| user\_id | int | Return your user\_id (after login)
| device | dict | Return device dict which we pass to Instagram
| base\_headers | dict | Base headers for Instagram
| set\_country(country: str = "US") | bool | Set country (advice: use the country of your proxy)
| set\_locale(locale: str = "en_US") | bool | Set locale (advice: use the locale of your proxy)

## Challenge resolving

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name='instagrapi',
version='1.7.19',
version='1.8.0',
author='Mikhail Andreev',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 13082c2

Please sign in to comment.