Skip to content

Commit

Permalink
pre release version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisharify7 committed Sep 28, 2024
1 parent e99edfe commit 1c695cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,11 @@ def index():

> - reformat/Refactor code
> - rename render_captcha parameters
- version 3.1.0 Released: September 28, 2024
- Changes:

> - reformat/Refactor code
> - Refactoring all method and function signatures to adhere to PEP8 input parameter naming conventions.
> - minor changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

__NAME__ = "Flask-captcha2"
__version__ = "3.0.5"
__version__ = "3.1.0"
__author__ = "ali sharify"
__author_mail__ = "[email protected]"
__copyright__ = "ali sharify - 2023"
Expand Down

0 comments on commit 1c695cd

Please sign in to comment.