From e0d74d54b1b89d585b55fe77f8e35db09ab79704 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 19 Jun 2019 00:39:13 -0400 Subject: [PATCH] Update release data and bump version to 3.2.2 Signed-off-by: Roberto Rosario --- HISTORY.rst | 2 +- docker/rootfs/version | 2 +- docs/releases/3.2.2.rst | 2 +- mayan/__init__.py | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 1bd0696436..afdc9794b6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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. diff --git a/docker/rootfs/version b/docker/rootfs/version index e4604e3afd..be94e6f53d 100755 --- a/docker/rootfs/version +++ b/docker/rootfs/version @@ -1 +1 @@ -3.2.1 +3.2.2 diff --git a/docs/releases/3.2.2.rst b/docs/releases/3.2.2.rst index 20bcfb7b36..0b6860c507 100644 --- a/docs/releases/3.2.2.rst +++ b/docs/releases/3.2.2.rst @@ -1,7 +1,7 @@ Version 3.2.2 ============= -Released: June XX, 2019 +Released: June 19, 2019 Changes diff --git a/mayan/__init__.py b/mayan/__init__.py index 7ce86d24b3..21919359f3 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -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'