Skip to content

Commit

Permalink
Prep 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Jan 2, 2014
1 parent f7af518 commit 7239ebe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGES.txt
@@ -1,8 +1,8 @@

PENDING
=======
0.4.0 - 2014-01-02
==================

- ???
- Make authenticated_userid None when groupfinder returns None.


0.3.2 - 2013-05-29
Expand Down
4 changes: 2 additions & 2 deletions pyramid_multiauth/__init__.py
Expand Up @@ -6,8 +6,8 @@
"""

__ver_major__ = 0
__ver_minor__ = 3
__ver_patch__ = 2
__ver_minor__ = 4
__ver_patch__ = 0
__ver_sub__ = ""
__ver_tuple__ = (__ver_major__, __ver_minor__, __ver_patch__, __ver_sub__)
__version__ = "%d.%d.%d%s" % __ver_tuple__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
requires.append("unittest2")

setup(name='pyramid_multiauth',
version='0.3.2',
version='0.4.0',
description='pyramid_multiauth',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 7239ebe

Please sign in to comment.