Skip to content

Commit

Permalink
Updated dependency versions in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohen02 committed Jan 23, 2020
1 parent fab6bc8 commit 964afd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -21,8 +21,8 @@
],
include_package_data=True,
install_requires=[
"Django<2.0.0;python_version=='2.7'",
"Django<3.0.0;python_version=='3.5'",
"Django>=1.11.27,<2.0.0;python_version=='2.7'",
"Django>=2.2.9,<3.0.0;python_version=='3.5'",
"Django>=3.0.2;python_version>='3.6'",
"djangorestframework==3.9.3;python_version=='2.7'",
"djangorestframework>=3.9.3;python_version>='3.5'",
Expand Down

2 comments on commit 964afd8

@wallstead
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcohen02 Is this ready for a release?

@jcohen02
Copy link
Collaborator Author

@jcohen02 jcohen02 commented on 964afd8 Feb 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @wallstead, this is one of a few updates in the current dev branch that were due for release in v0.4 however this next release has been held up a little in order to resolve an issue with accessing files linked to StoredUpload records in some circumstances. Since this commit and other Django 3 fixes had already been merged into master, I've just created a new minor release including this. I've noted the known issue with StoredUpload in the release comment and I'll hopefully be in a position to get v0.4 released in the next couple of weeks. This will be released to PyPI as v0.2.4 shortly.

Please sign in to comment.