From e52a62e2d4d25a1dbd6fcb8e88d0403fe923d460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Alexander=20Fellinghaug?= Date: Wed, 10 Apr 2019 14:55:29 +0200 Subject: [PATCH] bumped version --- django_gcloud_storage/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_gcloud_storage/__init__.py b/django_gcloud_storage/__init__.py index 88b870a..ddc1fc3 100644 --- a/django_gcloud_storage/__init__.py +++ b/django_gcloud_storage/__init__.py @@ -19,7 +19,7 @@ from google.cloud.exceptions import NotFound from google.cloud.storage.bucket import Bucket -__version__ = '0.3.1' +__version__ = '0.3.2' DJANGO_17 = django.get_version().startswith('1.7.') diff --git a/setup.cfg b/setup.cfg index 92b5acb..cad1157 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True