diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 02724af9..c7031ee6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -11,7 +11,7 @@ --- ### Before submitting an issue, make sure you have: -- [ ] Updated to the lastest version v1.5.7 +- [ ] Updated to the lastest version v1.6.0 - [ ] Read the [README](https://github.com/ping/instagram_private_api/blob/master/README.md) and [docs](https://instagram-private-api.readthedocs.io/en/latest/) - [ ] [Searched](https://github.com/ping/instagram_private_api/search?type=Issues) the bugtracker for similar issues including **closed** ones - [ ] Reviewed the sample code in [tests](https://github.com/ping/instagram_private_api/tree/master/tests) and [examples](https://github.com/ping/instagram_private_api/tree/master/examples) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index d40b8d6e..59d9d76c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -17,7 +17,7 @@ about: Report an error or problem --- ### Before submitting an issue, make sure you have: -- [ ] Updated to the lastest version v1.5.7 +- [ ] Updated to the lastest version v1.6.0 - [ ] Read the [README](https://github.com/ping/instagram_private_api/blob/master/README.md) and [docs](https://instagram-private-api.readthedocs.io/en/latest/) - [ ] [Searched](https://github.com/ping/instagram_private_api/search?type=Issues) the bugtracker for similar issues including **closed** ones - [ ] Reviewed the sample code in [tests](https://github.com/ping/instagram_private_api/tree/master/tests) and [examples](https://github.com/ping/instagram_private_api/tree/master/examples) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index e714a87f..401d1993 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -17,7 +17,7 @@ about: Request for new functionality --- ### Before submitting an issue, make sure you have: -- [ ] Updated to the lastest version v1.5.7 +- [ ] Updated to the lastest version v1.6.0 - [ ] Read the [README](https://github.com/ping/instagram_private_api/blob/master/README.md) and [docs](https://instagram-private-api.readthedocs.io/en/latest/) - [ ] [Searched](https://github.com/ping/instagram_private_api/search?type=Issues) the bugtracker for similar issues including **closed** ones - [ ] Reviewed the sample code in [tests](https://github.com/ping/instagram_private_api/tree/master/tests) and [examples](https://github.com/ping/instagram_private_api/tree/master/examples) diff --git a/.github/ISSUE_TEMPLATE/question-others.md b/.github/ISSUE_TEMPLATE/question-others.md index 5b833815..6160dacf 100644 --- a/.github/ISSUE_TEMPLATE/question-others.md +++ b/.github/ISSUE_TEMPLATE/question-others.md @@ -17,7 +17,7 @@ about: Not an error or feature request --- ### Before submitting an issue, make sure you have: -- [ ] Updated to the lastest version v1.5.7 +- [ ] Updated to the lastest version v1.6.0 - [ ] Read the [README](https://github.com/ping/instagram_private_api/blob/master/README.md) and [docs](https://instagram-private-api.readthedocs.io/en/latest/) - [ ] [Searched](https://github.com/ping/instagram_private_api/search?type=Issues) the bugtracker for similar issues including **closed** ones - [ ] Reviewed the sample code in [tests](https://github.com/ping/instagram_private_api/tree/master/tests) and [examples](https://github.com/ping/instagram_private_api/tree/master/examples) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387686c8..85ecb6b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 1.6.0 (pending) +## 1.6.0 - Web API: * Add ``highlight_reels()`` and ``highlight_reel_media()`` * Add ``tagged_user_feed()`` @@ -10,8 +10,8 @@ * Add ``delete_media()`` * Add ``proxy_handler`` kwarg to support custom proxy handler such as socks - App API: - * __BREAKING CHANGE__: Change in user agent format for the app version - * __BREAKING CHANGE__: Change in argument list for ``search_users()`` + * :fire: __BREAKING CHANGE__: Change in user agent format for the app version + * :fire: __BREAKING CHANGE__: Change in argument list for ``search_users()`` * Add IGTV endpoints * Update ``media_n_comments()``, ``search_users()``, ``news()`` * ``feed_location()`` deprecated diff --git a/README.md b/README.md index 4a166985..b868f9af 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ Documentation is available at https://instagram-private-api.readthedocs.io/en/la Install with pip: -``pip install git+https://git@github.com/ping/instagram_private_api.git@1.5.7`` +``pip install git+https://git@github.com/ping/instagram_private_api.git@1.6.0`` To update: -``pip install git+https://git@github.com/ping/instagram_private_api.git@1.5.7 --upgrade`` +``pip install git+https://git@github.com/ping/instagram_private_api.git@1.6.0 --upgrade`` To update with latest repo code: diff --git a/docs/conf.py b/docs/conf.py index 7c1347ab..f4d9cbda 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = u'1.5.7' +version = u'1.6.0' # The full version, including alpha/beta/rc tags. -release = u'1.5.7' +release = u'1.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/usage.rst b/docs/usage.rst index 8bffb577..c1ad8cb6 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -10,13 +10,13 @@ Install via pip .. code-block:: bash - $ pip install git+https://git@github.com/ping/instagram_private_api.git@1.5.7 + $ pip install git+https://git@github.com/ping/instagram_private_api.git@1.6.0 Update your install with the latest release .. code-block:: bash - $ pip install git+https://git@github.com/ping/instagram_private_api.git@1.5.7 --upgrade + $ pip install git+https://git@github.com/ping/instagram_private_api.git@1.6.0 --upgrade Force an update from source diff --git a/instagram_private_api/__init__.py b/instagram_private_api/__init__.py index 3ead44e2..5570130f 100644 --- a/instagram_private_api/__init__.py +++ b/instagram_private_api/__init__.py @@ -12,4 +12,4 @@ from .endpoints.common import MediaTypes -__version__ = '1.5.7' +__version__ = '1.6.0' diff --git a/instagram_web_api/__init__.py b/instagram_web_api/__init__.py index f806e025..73b0ec94 100644 --- a/instagram_web_api/__init__.py +++ b/instagram_web_api/__init__.py @@ -10,4 +10,4 @@ from .common import ClientDeprecationWarning -__version__ = '1.5.7' +__version__ = '1.6.0' diff --git a/setup.py b/setup.py index 72cab576..6ba2325f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ has_mock = False __author__ = 'ping ' -__version__ = '1.5.7' +__version__ = '1.6.0' packages = [ 'instagram_private_api',