Skip to content

Commit

Permalink
Bump version to 3.4.13
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 Aug 8, 2020
1 parent a805e25 commit cb57deb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/rootfs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.12
3.4.13
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.12'
__build__ = 0x030412
__build_string__ = 'v3.4.12_Tue Jul 28 03:30:06 2020 -0400'
__version__ = '3.4.13'
__build__ = 0x030413
__build_string__ = 'v3.4.12-13-ga805e25d4d_Sat Aug 8 07:00:57 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.14
django==2.2.15
2 changes: 1 addition & 1 deletion requirements/documentation.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx==3.0.3
Sphinx==3.0.4
sphinx-autobuild==0.7.1
sphinx-sitemap==2.1.0
sphinx_rtd_theme==0.4.3
Expand Down
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.14
django==2.2.15
Pillow==7.1.2
PyPDF2==1.26.0
PyYAML==5.3.1
Expand Down

0 comments on commit cb57deb

Please sign in to comment.