Skip to content

Commit

Permalink
release: setup for v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stanvanrooy committed Jul 29, 2021
1 parent 23a77a5 commit 67c9146
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2.0.2 (2021-07-29)

#### Fixes

* client.unfollow_user -> client.user_unfollow ([#191](https://github.com/stanvanrooy/instauto/issues/191))
* change order of parameters ([#192](https://github.com/stanvanrooy/instauto/issues/192))
#### Docs

* update readme

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

## 2.0.1 (2021-07-28)

#### 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.1',
version='2.0.2',
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.1.tar.gz',
download_url='https://github.com/stanvanrooy/instauto/archive/2.0.2.tar.gz',
keywords=['instagram api', 'private instagram api'],
install_requires=[
'requests',
Expand Down

0 comments on commit 67c9146

Please sign in to comment.