Skip to content

Commit

Permalink
Prep v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Nov 7, 2016
1 parent 53c1a04 commit e5df756
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0.8.1 (unreleased)
0.9.0 (2016-11-07)
==================

- Nothing changed yet.
- Drop support for python 2.6


0.8.0 (2016-02-11)
Expand Down
2 changes: 1 addition & 1 deletion pyramid_multiauth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from pyramid.security import Everyone, Authenticated

__ver_major__ = 0
__ver_minor__ = 4
__ver_minor__ = 9
__ver_patch__ = 0
__ver_sub__ = ""
__ver_tuple__ = (__ver_major__, __ver_minor__, __ver_patch__, __ver_sub__)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
requires = ['pyramid']

setup(name='pyramid_multiauth',
version='0.8.1.dev0',
version='0.9.0',
description='pyramid_multiauth',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit e5df756

Please sign in to comment.