1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-15 07:19:13 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
Alexander Graf
5d83a4ccf6 Release of version 2.2.2 2017-08-06 10:49:36 +02:00
Alexander Graf
01fc150e78 Release of version 2.2.1 2017-08-03 07:33:38 +02:00
André Koch-Kramer
6b520f6a2d Release of version 2.2 2017-08-01 16:41:42 +02:00
André Koch-Kramer
2205bbcf45 Release of version 2.1 2017-07-26 20:06:34 +02:00
André Koch-Kramer
bf5e3b90d0 Updated descriptions consistent with docstring 2017-07-26 14:43:08 +02:00
André Koch-Kramer
d614d9f015 Release of version 2.0 2017-07-22 18:43:54 +02:00
André Koch-Kramer
52492456ed Release of version 1.3 2017-04-22 18:01:54 +02:00
Alexander Graf
0a039b9c8c Release of version 1.2.2 2017-03-19 14:52:45 +01:00
Alexander Graf
597e5977b2 Release of version 1.2.1 2017-02-13 10:25:54 +01:00
Alexander Graf
be477e8a88 Fix very minor packaging issues
- State in README.rst and setup.py metainfo that we require Python>=3.5

- Let Travis-CI test against newer versions of Python

- Let instaloader --help show where to report issues
2017-02-13 09:57:03 +01:00
Alexander Graf
f2660f7c02 Require Python >= 3.5 2016-12-22 13:27:08 +01:00
André Koch-Kramer
13ebcb782e Release of version 1.2 2016-09-22 19:04:25 +02:00
André Koch-Kramer
50faad0a04 Minimal updated description 2016-09-22 19:02:26 +02:00
Alexander Graf
be8546812a Use reStructuredText as file format for README
rst seems to be cooler than md, and is the only format accepted by pypi,
and is accepted by github as well.

There is an intro to rst at:
http://docutils.sourceforge.net/docs/user/rst/quickref.html
2016-09-19 19:45:15 +02:00
Alexander Graf
1d506b5f95 Minor documentation improvements 2016-09-19 19:26:59 +02:00
Alexander Graf
bbcebb25eb setup.py: print message if python version is too old 2016-09-18 17:43:57 +02:00
Alexander Graf
8408183b79 minor, irrelevant setup.py fix 2016-09-18 17:27:10 +02:00
Alexander Graf
66cd9695df Release of version 1.1 2016-09-18 17:02:53 +02:00
Alexander Graf
508c629d2b Equalify summary in *.py and README.md 2016-09-18 16:41:43 +02:00
Alexander Graf
c2957e389f Have setuptools setup.py for serious distribution
This is a) cooler and b) a requirement for deploying it on PyPI.

It removes need of __all__ shit (which is hard to keep updated), and
allows installing instaloader easily as a global module and executable.
Additionally it removes __init__.py.
2016-09-18 14:43:12 +02:00