Skip to content

Commit

Permalink
199 from followers of returns key error (#201)
Browse files Browse the repository at this point in the history
* fix: use `dict.get` instead of key index

Fixes #199

* release: 2.0.4
  • Loading branch information
stanvanrooy authored Aug 7, 2021
1 parent 682ce5f commit 33ffede
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.4 (2021-08-07)

#### Fixes
* use `dict.get` instead of key index

Full set of changes: [`2.0.2...2.0.4`](https://github.com/stanvanrooy/instauto/compare/2.0.3...2.0.4)


## 2.0.3 (2021-08-02)

#### New Features
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
setup(
name='instauto',
packages=setuptools.find_packages(),
version='2.0.3',
version='2.0.4',
license='MIT',
description='Python wrapper for the private Instagram API',
author='Stan van Rooy',
author_email='[email protected]',
url='https://github.com/stanvanrooy/instauto',
download_url='https://github.com/stanvanrooy/instauto/archive/2.0.3.tar.gz',
download_url='https://github.com/stanvanrooy/instauto/archive/2.0.4.tar.gz',
keywords=['instagram api', 'private instagram api'],
install_requires=[
'requests',
Expand Down

0 comments on commit 33ffede

Please sign in to comment.