Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer committed Jan 28, 2022
1 parent 85b26c1 commit 28c9fb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
History
-------

Unreleased
~~~~~~~~~~
0.5.0 (2021-01-28)
~~~~~~~~~~~~~~~~~~

* Added support for Django 4.0, 3.2 and 2.2
* Added support for Python 3.8, 3.9 and 3.10
Expand Down
2 changes: 1 addition & 1 deletion django_gcloud_storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from google.cloud.exceptions import NotFound
from google.cloud.storage.bucket import Bucket

__version__ = '0.4.0'
__version__ = '0.5.0'


def safe_join(base, path):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0
commit = True
tag = True

Expand Down

0 comments on commit 28c9fb6

Please sign in to comment.