Skip to content

Commit

Permalink
preparing 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jan 4, 2009
1 parent 378da1c commit 60e28d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,25 @@ CHANGES
=======


Version 0.5.1dev (unreleased)
-----------------------------
0.5.1 (2009-01-04)
------------------

- Add support for viewName's that start with ``@@``. They are now processed
properly by the ViewNameSelectedChecker.
- Add support for viewNames that start with ``@@``. They are now
processed properly by the ViewNameSelectedChecker.

- Added documentation to Pypi home page.

Version 0.5.0 (2008-04-11)
--------------------------

- bugfix: fixed cssInActive usage. This was broken and ended in not using the
cssInActive CSS class argument
0.5.0 (2008-04-11)
------------------

- bugfix: fixed cssInActive usage. This was broken and ended in not
using the cssInActive CSS class argument

- added more tests, now we have 100% coverage

- make ISiteMenu only available for ISite but not for IContainmentRoot

- make template pluggable with z3c.template pattern

- Initial Release
- initial Release
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*rnames):
name='z3c.menu.ready2go',
version='0.5.1dev',
author = "Stephan Richter, Roger Ineichen and the Zope Community",
author_email = "zope3-dev@zope.org",
author_email = "zope-dev@zope.org",
description = "A ready to go menu for Zope3",
long_description=(
read('README.txt')
Expand All @@ -45,7 +45,7 @@ def read(*rnames):
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Framework :: Zope3'],
url = 'http://cheeseshop.python.org/pypi/z3c.menu.ready2go',
url = 'http://pypi.python.org/pypi/z3c.menu.ready2go',
packages = find_packages('src'),
include_package_data = True,
package_dir = {'':'src'},
Expand Down

0 comments on commit 60e28d3

Please sign in to comment.