Skip to content

Commit

Permalink
Preparations for release 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
madjar committed Jan 19, 2013
1 parent 40f79d1 commit b1a8782
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGES.rst
@@ -1,9 +1,10 @@
DEV
1.3
---

- Added logging in case of failed login.
- Added documentation on how to do extra work at login, and made the internal changes for it to work.
- Depends on pyramid 1.4
- Added some real docs
- Added documentation on how to do extra work at login, and made the internal changes for it to work.
- Added logging in case of failed login.
- Switched to a AuthTktAuthenticationPolicy so that the login doesn't expire with the session.

1.2
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -9,10 +9,11 @@
requires = [
'pyramid>=1.4',
'PyBrowserID',
'requests>=1.0',
]

setup(name='pyramid_persona',
version='1.2',
version='1.3',
description='pyramid_persona',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit b1a8782

Please sign in to comment.