Skip to content

Commit 77ab34d

Browse files
committed
Bump version to 1.4.0
1 parent d5c6b12 commit 77ab34d

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
---
1111

1212
### Before submitting an issue, make sure you have:
13-
- [ ] Updated to the lastest version v1.3.6
13+
- [ ] Updated to the lastest version v1.4.0
1414
- [ ] Read the [README](https://github.com/ping/instagram_private_api/blob/master/README.md) and [docs](https://instagram-private-api.readthedocs.io/en/latest/)
1515
- [ ] [Searched](https://github.com/ping/instagram_private_api/search?type=Issues) the bugtracker for similar issues including **closed** ones
1616
- [ ] 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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Documentation is available at https://instagram-private-api.readthedocs.io/en/la
4242

4343
Install with pip:
4444

45-
``pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.3.6``
45+
``pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.4.0``
4646

4747
To update:
4848

49-
``pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.3.6 --upgrade``
49+
``pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.4.0 --upgrade``
5050

5151
To update with latest repo code:
5252

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u'1.3.6'
62+
version = u'1.4.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'1.3.6'
64+
release = u'1.4.0'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

docs/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Install via pip
1010

1111
.. code-block:: bash
1212
13-
$ pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.3.6
13+
$ pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.4.0
1414
1515
Update your install with the latest release
1616

1717
.. code-block:: bash
1818
19-
$ pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.3.6 --upgrade
19+
$ pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.4.0 --upgrade
2020
2121
Force an update from source
2222

instagram_private_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
from .endpoints.common import MediaTypes
1111

1212

13-
__version__ = '1.3.6'
13+
__version__ = '1.4.0'

instagram_web_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .common import ClientDeprecationWarning
1010

1111

12-
__version__ = '1.3.6'
12+
__version__ = '1.4.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
has_mock = False
1111

1212
__author__ = 'ping <lastmodified@gmail.com>'
13-
__version__ = '1.3.6'
13+
__version__ = '1.4.0'
1414

1515
packages = [
1616
'instagram_private_api',

0 commit comments

Comments
 (0)