Skip to content

Commit

Permalink
build: 6.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ehossack committed Sep 10, 2024
1 parent df0629c commit c436c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_backblaze_b2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .storage import BackblazeB2Storage
from .storages import LoggedInStorage, PublicStorage, StaffStorage

__version__ = "6.0.1"
__version__ = "6.0.2"
__all__ = ["PublicStorage", "LoggedInStorage", "StaffStorage", "BackblazeB2Storage", "urls"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-backblaze-b2"
version = "6.0.1"
version = "6.0.2"
description = "A Django app to use backblaze b2 as storage."
authors = ["Etienne H <django_backblaze_b2@internet-e-mail.com>"]
maintainers = ["Etienne H <django_backblaze_b2@internet-e-mail.com>"]
Expand Down

0 comments on commit c436c90

Please sign in to comment.