Skip to content

Commit

Permalink
Set version v4.26.1
Browse files Browse the repository at this point in the history
- Fix admin panel image upload
  • Loading branch information
Uxio0 committed Sep 28, 2023
1 parent bc705a8 commit 1cbd2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ django-debug-toolbar-force
django-environ==0.11.2
django-extensions==3.2.3
django-filter==23.3
django-imagekit==4.1.0
django-imagekit==5.0.0
django-model-utils==4.3.1
django-redis==5.3.0
django-s3-storage==0.14.0
Expand Down
2 changes: 1 addition & 1 deletion safe_transaction_service/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.26.0"
__version__ = "4.26.1"
__version_info__ = tuple(
int(num) if num.isdigit() else num
for num in __version__.replace("-", ".", 1).split(".")
Expand Down

0 comments on commit 1cbd2db

Please sign in to comment.