Skip to content

Commit

Permalink
Bump version to 3.4.18
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
  • Loading branch information
Roberto Rosario committed Oct 22, 2020
1 parent 1a52fa1 commit aaf9eea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/rootfs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.17
3.4.18
6 changes: 3 additions & 3 deletions mayan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'Mayan EDMS'
__version__ = '3.4.17'
__build__ = 0x030417
__build_string__ = 'v3.4.17-5-g858659ff7a_Thu Sep 10 05:51:21 2020 -0400'
__version__ = '3.4.18'
__build__ = 0x030418
__build_string__ = 'v3.4.17-22-g1a52fa108c_Thu Oct 22 15:50:32 2020 -0400'
__django_version__ = '2.2'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'
Expand Down
2 changes: 1 addition & 1 deletion requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==2.2.15
django==2.2.16
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def find_packages(directory):
return packages

install_requires = """
django==2.2.15
django==2.2.16
Pillow==7.1.2
PyPDF2==1.26.0
PyYAML==5.3.1
Expand Down

0 comments on commit aaf9eea

Please sign in to comment.