Skip to content

Commit

Permalink
Merge branch 'release/0.1.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Oct 31, 2018
2 parents 2013009 + fc1f56d commit a53ac8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.13
0.1.14
2 changes: 1 addition & 1 deletion edc_auth/models.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from django.contrib.auth.models import User
from django.contrib.sites.models import Site
from django.core.validators import RegexValidator
from django.db import models
from django.db.models.deletion import CASCADE
from django.utils.safestring import mark_safe
from edc_notification.model_mixins import NotificationUserProfileModelMixin
from django.core.validators import RegexValidator


class UserProfile(NotificationUserProfileModelMixin, models.Model):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
zip_safe=False,
keywords='django auth',
install_requires=[
'edc-base',
'django[argon2]',
'zxcvbn-python',
'edc-base',
'edc_notification',
],
classifiers=[
Expand Down

0 comments on commit a53ac8a

Please sign in to comment.