Skip to content

Commit

Permalink
Release version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Sep 6, 2018
1 parent ffd91ab commit fad12dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django-storages CHANGELOG
=========================

1.7.1 (2018-09-XX)
1.7.1 (2018-09-06)
******************

- Fix off-by-1 error in ``get_available_name`` whenever ``file_overwrite`` or ``overwrite_files`` is ``True`` (`#588`_, `#589`_)
Expand Down
2 changes: 1 addition & 1 deletion storages/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.7'
__version__ = '1.7.1'

0 comments on commit fad12dc

Please sign in to comment.