Skip to content

Commit

Permalink
Bump version to 3.4.10
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 Jun 24, 2020
1 parent 0cbde15 commit 32fbdaf
Show file tree
Hide file tree
Showing 4 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.9
3.4.10
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.9'
__build__ = 0x030409
__build_string__ = 'v3.4.9_Tue May 26 04:48:55 2020 -0400'
__version__ = '3.4.10'
__build__ = 0x030410
__build_string__ = 'v3.4.9-20-g0cbde15afd_Wed Jun 24 03:31:25 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.12
django==2.2.13
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ def find_packages(directory):
return packages

install_requires = """
django==2.2.12
django==2.2.13
Pillow==7.1.2
PyPDF2==1.26.0
PyYAML==5.3.1
celery==4.3.0
django-activity-stream==0.8.0
django-celery-beat==2.0.0
django-colorful==1.3
django-cors-headers==2.5.2
django-cors-headers==3.2.1
django-formtools==2.2
django-mathfilters==1.0.0
django-model-utils==4.0.0
Expand Down

0 comments on commit 32fbdaf

Please sign in to comment.