Skip to content

Commit

Permalink
Upgrade version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llybin committed May 11, 2024
1 parent 683bdad commit c6ad496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(f):

setup(
name="drf-recaptcha",
version="3.0.0",
version="3.1.0",
description="Django rest framework recaptcha field serializer.",
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down
2 changes: 2 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
"default": {"ENGINE": "django.db.backends.sqlite3", "NAME": "test.sqlite3"}
}

USE_TZ = False

DRF_RECAPTCHA_SECRET_KEY = "TEST_DRF_RECAPTCHA_SECRET_KEY"

0 comments on commit c6ad496

Please sign in to comment.