Skip to content

Commit

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

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

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

### Changed
- Better default when checking if the middleware should raise the exception
- Update `JSONField` default value to `dict` callable
Expand All @@ -22,7 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added strategy / models / views tests
- Added timestamps to Partial and Code models


## [1.2.0](https://github.com/python-social-auth/social-app-django/releases/tag/1.2.0) - 2017-05-06

### Added
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__ = '1.2.0'
__version__ = '2.0.0'


from social_core.backends.base import BaseAuth
Expand Down

0 comments on commit d5dccb3

Please sign in to comment.