Skip to content

Commit

Permalink
v2.7.27
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwickerhf committed Jan 10, 2021
1 parent 79b57b8 commit 20f4609
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
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v2.8.0](https://github.com/wickerdevs/instaclient/releases/tag/v2.8.0) - 2021-01-10

<small>[Compare with v2.7.26](https://github.com/wickerdevs/instaclient/compare/v2.7.26...v2.8.0)</small>

### Added
- Added _nav_explore() method; fixed _login_required() decorator. ([79b57b8](https://github.com/wickerdevs/instaclient/commit/79b57b8ab55233317817975a00b776e0b7e9fac8) by David Wicker).


## [v2.7.26](https://github.com/wickerdevs/instaclient/releases/tag/v2.7.26) - 2021-01-09

<small>[Compare with v2.7.25](https://github.com/wickerdevs/instaclient/compare/v2.7.25...v2.7.26)</small>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
setup(
name = 'instaclient', # How you named your package folder (MyLib)
packages = find_packages(exclude=['tests, drivers']), # Chose the same as "name"
version = '2.7.26', # Start with a small number and increase it with every change you make
version = '2.7.27', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description = 'Instagram client built with Python 3.8 and the Selenium package.',
long_description=README,
long_description_content_type="text/markdown",
author = 'David Wicker', # Type in your name
author_email = '[email protected]', # Type in your E-Mail
url = 'https://github.com/wickerdevs/instaclient', # Provide either the link to your github or to your website
download_url = 'https://github.com/wickerdevs/py-instaclient/archive/v2.7.26.tar.gz', # I explain this later on
download_url = 'https://github.com/wickerdevs/py-instaclient/archive/v2.7.27.tar.gz', # I explain this later on
keywords = ['INSTAGRAM', 'BOT', 'INSTAGRAM BOT', 'INSTAGRAM CLIENT'], # Keywords that define your package best
install_requires=[ # I get to this in a second
'selenium',
Expand Down

0 comments on commit 20f4609

Please sign in to comment.