Skip to content

Commit

Permalink
Version 0.7.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Jul 18, 2012
1 parent 92f3ebe commit f7d1439
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
2012-07-06 Raymond Penners <pennersr@mac-pennersr.lan>
2012-07-18 Raymond Penners <raymond.penners@intenct.nl>

* Version 0.7.0 released.

2012-07-06 Raymond Penners <raymond.penners@intenct.nl>

* Facebook: Facundo Gaich contributed support for dynamically
deriving the Facebook locale from the Django locale, thanks!.
Expand Down Expand Up @@ -26,7 +30,7 @@

* socialaccount: When signing up, user.first/last_name where
always taken from the provider signup data, even when a custom
signup form was in place that offering user inputs for editting
signup form was in place that offered user inputs for editting
these fields. Fixed.

2012-06-20 Raymond Penners <raymond.penners@intenct.nl>
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include AUTHORS
include LICENSE
include README.rst
recursive-include allauth *.html *.txt
recursive-include allauth *.html *.txt *.xml
6 changes: 3 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-*- org -*-

* TODO [2/4]
- [ ] Post social login signup to enter username / email
* TODO [4/4]
- [X] Post social login signup to enter username / email
- [X] Distinguish real authentication errors from user cancel
- [X] OpenID sreg/AX to obtain email
- [ ] Proper README.rst
- [X] Proper README.rst


4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6.0'
version = '0.7.0'
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '0.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def find_package_data(where=".", package="", exclude=standard_exclude,

METADATA = dict(
name='django-allauth',
version='0.6.0',
version='0.7.0',
author='Raymond Penners',
author_email='raymond.penners@intenct.nl',
description='Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.',
Expand Down

0 comments on commit f7d1439

Please sign in to comment.