Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
danfairs committed Sep 9, 2017
1 parent 0f25110 commit 4841a92
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright (c) 2012, Fez Consulting Limited
Copyright (c) Dan Fairs

All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 6 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
=========

1.2.0
-----

Allow a field other than `username` to be used to better support custom users.
(#56, thanks pashinin)

1.1.1
-----

Expand Down
2 changes: 1 addition & 1 deletion lazysignup/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = '1.1.1'
__version__ = '1.1.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_version():
long_description=open("README.rst").read() + "\n" + open(os.path.join("docs", "HISTORY.txt")).read(),
url='http://github.com/danfairs/django-lazysignup',
author='Dan Fairs',
author_email='dan@fezconsulting.com',
author_email='dan.fairs@gmail.com',
keywords='django lazy signup app user',
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit 4841a92

Please sign in to comment.