Update release data and bump version to 3.2.2

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-06-19 00:39:13 -04:00
parent fbd2b43b5e
commit e0d74d54b1
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
3.2.2 (2019-06-XX)
3.2.2 (2019-06-19)
==================
* Fix document type change view. Closes GitLab issue #614
Thanks to Christoph Roeder (@brightdroid) for the report.

View File

@@ -1 +1 @@
3.2.1
3.2.2

View File

@@ -1,7 +1,7 @@
Version 3.2.2
=============
Released: June XX, 2019
Released: June 19, 2019
Changes

View File

@@ -1,9 +1,9 @@
from __future__ import unicode_literals
__title__ = 'Mayan EDMS'
__version__ = '3.2.1'
__build__ = 0x030201
__build_string__ = 'v3.2.1_Fri Jun 14 03:01:40 2019 -0400'
__version__ = '3.2.2'
__build__ = 0x030202
__build_string__ = 'v3.2.1-12-gfbd2b43b5e_Wed Jun 19 00:33:44 2019 -0400'
__django_version__ = '1.11'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'