Skip to content

Commit

Permalink
version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinta committed Sep 9, 2016
1 parent 350ac18 commit dc051b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

2.3.0 (2016-09-09)
++++++++++++++++++

- Support automatically login after email confirmation via `EMAIL_CONFIRM_LA_AUTOLOGIN` setting
- Use `uuid.uuid4()` to generate confirmation key


2.2.0 (2016-07-25)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion email_confirm_la/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8

VERSION = (2, 2, 0)
VERSION = (2, 3, 0)


def get_version():
Expand Down

0 comments on commit dc051b4

Please sign in to comment.