Skip to content

Commit

Permalink
Bump version, test on Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwatson committed Sep 8, 2023
1 parent 298a06d commit df7445b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
django-version: ["3.2", "4.0", "4.1"]
django-version: ["3.2", "4.0", "4.1", "4.2"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
include:
- django-version: "3.2"
Expand Down
2 changes: 1 addition & 1 deletion pzip_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django.core.files.storage import FileSystemStorage
from django.utils.encoding import force_bytes

__version__ = "1.0.0"
__version__ = "1.0.1"
__version_info__ = tuple(int(num) for num in __version__.split("."))


Expand Down

0 comments on commit df7445b

Please sign in to comment.