summaryrefslogtreecommitdiff
path: root/docs/history/index.rst
blob: 8439c5e9790bc2431ad1aff9c795915581996590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.. -*- restructuredtext -*-

===============
Release History
===============

.. rst-class:: float-center without-title

.. seealso::

    **For the latest release:** see :ref:`What's New <whats-new>` in Passlib 1.8

.. toctree::
    :maxdepth: 2

    1.8 Series <1.8>

.. rst-class:: float-center without-title

.. warning::

    **Passlib 1.8 will drop support for Python 2.x, 3.3, and 3.4**;
    and will require Python >= 3.5.  The 1.7 series will be the last
    to support Python 2.7.  (See :issue:`119` for rationale).

.. toctree::
    :maxdepth: 2

    1.7 Series <1.7>

.. toctree::
    :maxdepth: 2

    1.6 Series <1.6>

.. toctree::
    :maxdepth: 2

    1.5 Series <1.5>

.. toctree::
    :maxdepth: 2

    1.4 & Earlier <ancient>

.. rst-class:: float-center without-title

.. seealso::

    See the `Project Roadmap <https://foss.heptapod.net/python-libs/passlib/wikis/roadmap>`_
    for a list of future changes that may impact applications.