Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer committed Jun 27, 2019
1 parent 0b20a72 commit c402a7e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
History
-------

0.4.0 (2019-06-27)
~~~~~~~~~~~~~~~~~~

* Autodetect and set object Content-Type on upload
* Added test support for Django 2.2
* Dropped test support for Django 2.0

0.3.1 (2018-08-08)
~~~~~~~~~~~~~~~~~~

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 @@ -19,7 +19,7 @@
from google.cloud.exceptions import NotFound
from google.cloud.storage.bucket import Bucket

__version__ = '0.3.1'
__version__ = '0.4.0'

DJANGO_17 = django.get_version().startswith('1.7.')

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.3.1
current_version = 0.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def get_version(*file_paths):
'Development Status :: 3 - Alpha',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
Expand Down

0 comments on commit c402a7e

Please sign in to comment.