Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Oct 3, 2023
2 parents 0498124 + 9afa5d4 commit 9536d86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Version 0.6.0
* Only Django versions 4.2 or above are now supported
* Removed the old rendering methods that were deprecated in 2017.

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 docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# General information about the project.
project = "Django Simple Captcha"
copyright = "2011-2023 Marco Bonetti and contributors"
copyright = "2011-2024 Marco Bonetti and contributors"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
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 >= 4.2",
"Django >= 3.2",
"Pillow >=6.2.0",
"django-ranged-response == 0.2.0",
]
Expand Down

0 comments on commit 9536d86

Please sign in to comment.