Skip to content

Commit

Permalink
Bump 3.2.0, setuptools==72.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llybin committed Sep 6, 2024
1 parent 63d9495 commit d852ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
python -m pip install setuptools
python -m pip install setuptools==72.0.0
python -m pip install "Django~=${{ matrix.django-version }}.0"
python -m pip install "djangorestframework~=${{ matrix.drf-version }}.0"
- name: Test with pytest
Expand Down
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.1.1",
version="3.2.0",
description="Django rest framework recaptcha field serializer.",
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d852ed6

Please sign in to comment.