Skip to content

Commit

Permalink
0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Dec 4, 2023
1 parent 29a4b4a commit e7232a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Version 0.5.20
--------------
* Still support Django 3.2 (#222, thanks @petrklus)


Version 0.5.19
--------------
* SECURITY ISSUE: reset the random seed after an image was generated (#221, thanks @ibuler)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run_tests(self):


install_requires = [
"Django >= 3.2",
"Django >= 4.2",
"Pillow >=6.2.0",
"django-ranged-response == 0.2.0",
]
Expand Down

0 comments on commit e7232a0

Please sign in to comment.