Skip to content

Commit

Permalink
Bump version to 3.4
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 30, 2020
1 parent bb9d215 commit 7173af7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docker/rootfs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4b1
3.4
4 changes: 2 additions & 2 deletions mayan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'Mayan EDMS'
__version__ = '3.4b1'
__version__ = '3.4'
__build__ = 0x030400
__build_string__ = 'v3.3.16-106-g853fd938fb_Wed Mar 25 00:59:12 2020 -0400'
__build_string__ = 'v3.3.16-143-gbb9d2151ec_Mon Mar 30 05:57:23 2020 -0400'
__django_version__ = '2.2'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'
Expand Down
39 changes: 19 additions & 20 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,49 +57,48 @@ def find_packages(directory):

install_requires = """
django==2.2.10
Pillow==6.2.2
Pillow==7.0.0
PyPDF2==1.26.0
PyYAML==5.1.2
PyYAML==5.3.1
celery==4.3.0
django-activity-stream==0.7.0
django-activity-stream==0.8.0
django-celery-beat==1.5.0
django-colorful==1.3
django-cors-headers==2.5.2
django-formtools==2.1
django-mathfilters==0.4.0
django-model-utils==3.1.2
django-mptt==0.9.1
django-formtools==2.2
django-mathfilters==1.0.0
django-model-utils==4.0.0
django-mptt==0.11.0
django-pure-pagination==0.3.0
django-qsstats-magic==1.0.0
django-qsstats-magic==1.1.0
django-solo==1.1.3
django-stronghold==0.4.0
django-timezone-field==3.1
django-widget-tweaks==1.4.5
django-widget-tweaks==1.4.8
djangorestframework==3.7.7
djangorestframework-recursive==0.1.2
drf-yasg==1.6.0
extract-msg==0.23.3
flanker==0.9.0
flanker==0.9.11
flex==6.14.0
furl==2.0.0
furl==2.1.0
fusepy==3.0.1
gevent==1.4.0
graphviz==0.10.1
gunicorn==19.9.0
graphviz==0.13.2
gunicorn==20.0.4
kombu==4.6.7
mock==2.0.0
node-semver==0.6.1
pycountry==18.12.8
mock==4.0.2
node-semver==0.8.0
pycountry==19.8.18
pycryptodome==3.9.7
pyocr==0.6
python-dateutil==2.8.0
python-dateutil==2.8.1
python-magic==0.4.15
python_gnupg==0.4.5
pytz==2019.1
requests==2.21.0
requests==2.23.0
sh==1.12.14
swagger-spec-validator==2.4.3
whitenoise==4.1.4
whitenoise==5.0.1
""".split()

with open('README.rst') as f:
Expand Down

0 comments on commit 7173af7

Please sign in to comment.