Skip to content

Commit

Permalink
Bump to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed May 8, 2017
1 parent fe55b7c commit ea33f2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Version 1.2.1 (2017-05-08)
--------------------------

* Fixed ``s3boto3`` backend on Django 1.8.


Version 1.2 (2017-04-05)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion private_storage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# following PEP 440
__version__ = "1.2"
__version__ = "1.2.1"

2 comments on commit ea33f2f

@aexol
Copy link

@aexol aexol commented on ea33f2f May 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still looks unfixed

@vdboor
Copy link
Member Author

@vdboor vdboor commented on ea33f2f May 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aexol could you file an issue for that?

Please sign in to comment.