Bump version to 3.2b1 (beta1)

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-09 16:37:30 -04:00
parent 72cdfe58c5
commit fffcf4d3da
4 changed files with 27 additions and 28 deletions

View File

@@ -57,14 +57,13 @@ def find_packages(directory):
install_requires = """
Django==1.11.20
Pillow==5.2.0
PyYAML==3.13
Pillow==6.0.0
PyYAML==5.1
celery==3.1.24
django-activity-stream==0.6.5
django-autoadmin==1.1.1
django-activity-stream==0.7.0
django-celery==3.2.1
django-colorful==1.2
django-cors-headers==2.2.0
django-colorful==1.3
django-cors-headers==2.5.2
django-downloadview==1.9
django-environ==0.4.5
django-formtools==2.1
@@ -73,33 +72,33 @@ django-mathfilters==0.4.0
django-model-utils==3.1.2
django-mptt==0.9.1
django-qsstats-magic==1.0.0
django-solo==1.1.3
django-stronghold==0.3.0
django-suit==0.2.26
django-widget-tweaks==1.4.2
django-widget-tweaks==1.4.3
djangorestframework==3.7.7
djangorestframework-recursive==0.1.2
drf-yasg==1.5.0
drf-yasg==1.6.0
flanker==0.9.0
flex==6.13.2
furl==1.2
fusepy==2.0.4
gevent==1.3.5
graphviz==0.8.4
flex==6.14.0
furl==2.0.0
fusepy==3.0.1
gevent==1.4.0
graphviz==0.10.1
gunicorn==19.9.0
mock==2.0.0
node-semver==0.3.0
pathlib2==2.3.2
pycountry==18.5.26
node-semver==0.6.1
pathlib2==2.3.3
pycountry==18.12.8
PyPDF2==1.26.0
pyocr==0.5.2
python-dateutil==2.7.3
pyocr==0.6
python-dateutil==2.8.0
python-gnupg==0.3.9
python-magic==0.4.15
pytz==2018.3
requests==2.18.4
pytz==2019.1
requests==2.21.0
sh==1.12.14
swagger-spec-validator==2.1.0
whitenoise==3.3.1
swagger-spec-validator==2.4.3
whitenoise==4.1.2
""".split()
with open('README.rst') as f: