Skip to content

Commit

Permalink
Release v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 25, 2020
1 parent cbbfdff commit e048fe5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.
Unreleased_
-----------

v2.4.3_ - 2020-06-25
--------------------

Changed
'''''''
- Bumped ``tenacity`` to ``v6`` in requirements.

Fixed
'''''
- Change in Instagram login policy causing plaintext password to stop
working.


v2.4.2_ - 2019-12-27
--------------------

Expand Down Expand Up @@ -193,7 +206,8 @@ Removed
- ``hues`` dependency, replaced by ``coloredlogs``
- ``BeautifulSoup4`` dependency

.. _Unreleased: https://github.com/althonos/InstaLooter/compare/v2.4.2...HEAD
.. _Unreleased: https://github.com/althonos/InstaLooter/compare/v2.4.3...HEAD
.. _v2.4.3: https://github.com/althonos/InstaLooter/compare/v2.4.2...v2.4.3
.. _v2.4.2: https://github.com/althonos/InstaLooter/compare/v2.4.1...v2.4.2
.. _v2.4.1: https://github.com/althonos/InstaLooter/compare/v2.4.0...v2.4.1
.. _v2.4.0: https://github.com/althonos/InstaLooter/compare/v2.3.4...v2.4.0
Expand Down
4 changes: 2 additions & 2 deletions instalooter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from __future__ import unicode_literals

__author__ = "Martin Larralde"
__author_email__ = "martin.larralde@ens-cachan.fr"
__version__ = "2.4.2"
__author_email__ = "martin.larralde@ens-paris-saclay.fr"
__version__ = "2.4.3"
__license___ = "GPLv3+"

0 comments on commit e048fe5

Please sign in to comment.