Bump version to 3.3.1

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-12-04 00:51:09 -04:00
parent 2bdfb67eb5
commit bd2f6eb035
3 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
3.3
3.3.1

View File

@@ -1,9 +1,9 @@
from __future__ import unicode_literals
__title__ = 'Mayan EDMS'
__version__ = '3.3'
__build__ = 0x030300
__build_string__ = 'v3.3_Tue Dec 3 02:34:15 2019 -0400'
__version__ = '3.3.1'
__build__ = 0x030301
__build_string__ = 'v3.3-15-g2bdfb67eb5_Wed Dec 4 00:49:12 2019 -0400'
__django_version__ = '1.11'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'

View File

@@ -56,7 +56,7 @@ def find_packages(directory):
return packages
install_requires = """
django==1.11.25
django==1.11.26
Pillow==6.2.1
PyPDF2==1.26.0
PyYAML==5.1.2