Skip to content

Commit

Permalink
Version bump 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Jan 22, 2017
1 parent bc5d52e commit cf0b325
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 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)

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

### Added
- Partial pipeline DB storage implementation
- Explicit app_label definition in model classes
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
six
social-auth-core
social-auth-core >= 1.0.0
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__ = '0.1.0'
__version__ = '1.0.0'


from social_core.backends.base import BaseAuth
Expand Down

0 comments on commit cf0b325

Please sign in to comment.