Skip to content

Commit

Permalink
Version bump 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Oct 28, 2018
1 parent 588d813 commit 58fba8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/python-social-auth/social-app-django/commits/master)

## [3.0.0](https://github.com/python-social-auth/social-app-django/releases/tag/2.1.0) - 2018-10-28

### Changed
- Reduce log level of exceptions to `INFO` if messages app is installed
- Encode association secret with `encodebytes` if available
- Decode association secret for proper storage
- Remove obsolete code from JSONField
- Pass `user` as keyword argument to `do_complete`
- Cleanup `username` when using email as username
- Drop Python 3.3 support
- Correct spelling errors
- Correct version that renamed `field.rel`
- Reduce error logs in `SocialAuthExceptionMiddleware`

## [2.1.0](https://github.com/python-social-auth/social-app-django/releases/tag/2.1.0) - 2017-12-22

Expand Down
2 changes: 1 addition & 1 deletion social_django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.1.0'
__version__ = '3.0.0'


from social_core.backends.base import BaseAuth
Expand Down

0 comments on commit 58fba8f

Please sign in to comment.