Skip to content

Commit

Permalink
Tag 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nadako committed Dec 12, 2008
1 parent 185b49b commit c795203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changes
=======

3.4.4 (unreleased)
3.4.4 (2008-12-12)
------------------

* Depend on zope.session instead of zope.app.session. The first one
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='zope.app.authentication',
version = '3.4.4dev',
version = '3.4.4',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Pluggable Authentication Utility',
Expand Down

0 comments on commit c795203

Please sign in to comment.