File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.0.5 (2021-08-12)
4+
5+ #### Fixes
6+
7+ * use property instead of __ getitem__ ([ #202 ] ( https://github.com/stanvanrooy/instauto/issues/202 ) )
8+
9+ Full set of changes: [ ` 2.0.4...2.0.5 ` ] ( https://github.com/stanvanrooy/instauto/compare/2.0.3...2.0.5 )
10+
311## 2.0.4 (2021-08-07)
412
513#### Fixes
614* use ` dict.get ` instead of key index
715
8- Full set of changes: [ ` 2.0.2 ...2.0.4 ` ] ( https://github.com/stanvanrooy/instauto/compare/2.0.3...2.0.4 )
16+ Full set of changes: [ ` 2.0.3 ...2.0.4 ` ] ( https://github.com/stanvanrooy/instauto/compare/2.0.3...2.0.4 )
917
1018
1119## 2.0.3 (2021-08-02)
Original file line number Diff line number Diff line change 44setup (
55 name = 'instauto' ,
66 packages = setuptools .find_packages (),
7- version = '2.0.4 ' ,
7+ version = '2.0.5 ' ,
88 license = 'MIT' ,
99 description = 'Python wrapper for the private Instagram API' ,
1010 author = 'Stan van Rooy' ,
1111 author_email = 'stan@rooy.dev' ,
1212 url = 'https://github.com/stanvanrooy/instauto' ,
13- download_url = 'https://github.com/stanvanrooy/instauto/archive/2.0.4 .tar.gz' ,
13+ download_url = 'https://github.com/stanvanrooy/instauto/archive/2.0.5 .tar.gz' ,
1414 keywords = ['instagram api' , 'private instagram api' ],
1515 install_requires = [
1616 'requests' ,
You can’t perform that action at this time.
0 commit comments