Skip to content

Commit 96c4ea3

Browse files
committed
Version bump 1.0.0
1 parent 55531a4 commit 96c4ea3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

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

10+
## [1.0.0](https://github.com/python-social-auth/social-app-django/releases/tag/1.0.0) - 2017-01-22
11+
1012
### Added
1113
- Added partial pipeline db storage solution
1214

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
social-auth-app-django
2-
social-auth-storage-mongoengine
1+
social-auth-app-django >= 1.0.0
2+
social-auth-storage-mongoengine >= 1.0.0
33
-e [email protected]:MongoEngine/django-mongoengine.git#egg=django-mongoengine

social_django_mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)