Bump version to 3.2.8

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-10-01 13:31:40 -04:00
parent b985f2ef05
commit 415d3bcd2f
3 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
3.2.7 3.2.8

View File

@@ -1,9 +1,9 @@
from __future__ import unicode_literals from __future__ import unicode_literals
__title__ = 'Mayan EDMS' __title__ = 'Mayan EDMS'
__version__ = '3.2.7' __version__ = '3.2.8'
__build__ = 0x030207 __build__ = 0x030208
__build_string__ = 'v3.2.7_Wed Aug 28 17:31:08 2019 -0400' __build_string__ = 'v3.2.6-81-gb985f2ef05_Tue Oct 1 13:30:28 2019 -0400'
__django_version__ = '1.11' __django_version__ = '1.11'
__author__ = 'Roberto Rosario' __author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com' __author_email__ = 'roberto.rosario@mayan-edms.com'

View File

@@ -56,7 +56,7 @@ def find_packages(directory):
return packages return packages
install_requires = """ install_requires = """
django==1.11.22 django==1.11.24
Pillow==6.0.0 Pillow==6.0.0
PyPDF2==1.26.0 PyPDF2==1.26.0
PyYAML==5.1.1 PyYAML==5.1.1