Skip to content

Commit

Permalink
release: v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Panero committed May 15, 2020
1 parent a5f0187 commit bb89dc2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/releases/index.rst
Expand Up @@ -17,6 +17,7 @@ are here for the interested.
:name: mastertoc

maintenance-policy
v3.2.2
v3.2.1
v3.2.0
v3.1.2
Expand Down
34 changes: 34 additions & 0 deletions docs/releases/v3.2.2.rst
@@ -0,0 +1,34 @@
..
This file is part of Invenio.
Copyright (C) 2020 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.

Version 3.2.2
=============

*Released 2020-05-15*

Invenio v3.2.2 fixes issues with incompatibilities with several libraries:
- WTForms recently release has moved `email_validator` to an optional
dependency. It has been added in the corresponding packages.
- SQLAlchemy-Utils v0.36 breaks compatibility of Invenio models with MySQL. It
enforces setting the length on type `VARCHAR`.
- Sphinx v3.0+ breaks the build of documentation, due to a Flask context issue.
- Flask is now provided as a centrally managed dependency from `Invenio-Base`.

Invenio v3.2.2 support Python version 3.5 and 3.6. Python 2 support in Invenio
ended on January 1st, 2020 with the official end of life for Python 2 on the
same date.

Example applications have started to be removed from the Invenio modules, and
they are not supported anymore.

Maintenance policy
------------------

Invenio v3.2 will be supported with bug and security fixes until the release of
Invenio v3.4 and minimum until 2020-12-20.

See our :ref:`maintenance-policy`.
2 changes: 1 addition & 1 deletion invenio/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "3.2.2a1"
__version__ = "3.2.2"

0 comments on commit bb89dc2

Please sign in to comment.