Skip to content

Commit

Permalink
Update build string
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 Mar 13, 2021
1 parent 66f3acc commit f96249c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mayan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'Mayan EDMS'
__version__ = '3.4.22'
__build__ = 0x030422
__build_string__ = 'v3.4.21-32-g760b8e714d_Sat Mar 13 19:27:12 2021 -0400'
__build_string__ = 'v3.4.22_Sat Mar 13 19:28:11 2021 -0400'
__django_version__ = '2.2'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'
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.16
django==2.2.19
Pillow==7.1.2
PyPDF2==1.26.0
PyYAML==5.3.1
Expand Down

0 comments on commit f96249c

Please sign in to comment.