Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Merge branch 'aladagemre-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
wunki committed May 15, 2012
2 parents f96cdfe + c8d70df commit dee2914
Show file tree
Hide file tree
Showing 14 changed files with 894 additions and 61 deletions.
3 changes: 0 additions & 3 deletions TODO

This file was deleted.

4 changes: 4 additions & 0 deletions UPDATES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This file contains all the backwards-incompatible changes.

Version 1.1

- Userena now requires Django >= 1.3 because of the use of class based views.

Version 1.0.1

- Removed the ``user`` relationship outside ``UserenaBaseProfile`` model. This
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
packages = find_packages(exclude=['demo_project', 'demo_project.*']),
include_package_data=True,
install_requires = [
'Django>=1.2.1',
'Django>=1.3.1',
'easy_thumbnails',
'django-guardian>=0.1.0',
### Required to build documentation
Expand Down
2 changes: 1 addition & 1 deletion userena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Django accounts management made easy.
"""
VERSION = (1, 0, 2)
VERSION = (1, 1, 0)

__version__ = '.'.join((str(each) for each in VERSION[:4]))

Expand Down
Loading

0 comments on commit dee2914

Please sign in to comment.