v0.7 Fri Sep 18 11:27:05 EDT 2009
- shoulda checked that ez_setup.py was in the tarball first before uploading
  to pypi ... now using find_packages to locate everything.

v0.6 Fri Sep 18 11:15:00 EDT 2009
- included ez_setup.py (thanks Liza Daly)

v0.5 2008-04-26 03:06:30
- not sure what changed here :(

v0.4 Fri Oct  6 10:10:53 EDT 2006
- new GPL license for Gnome people
- removed tests of dead sites

v0.3 Fri Jun 16 19:18:21 EST 2006
- added some missing query parameters (from v1.1) to query.py
- fixed whitespace problem in Description._get_text (thanks Rob Sanderson)
- added a few macros
- catch exceptions in results.py _pick() when an integer is desired but the
  string is very unint like. Thanks Rob. 

v0.2 Tue Jan 10 22:58:54 EST 2006
- added URL class for working with opensearch v1.1
- modified Client to select the best template target with a new method in 
  Description called select_best_template, it prefers atom to rss, and rss
  to vanilla xml, or the first template available
- added tests of v1.1 targets in test/version1_1.py
- added Changes file
- added latest feedparser for atom1.0 support
- modified Query to recognize optional search parameters {startIndex?}
- added support for empty totalResults, startIndex, itemsPerPage coming back 
  in responses
- renamed feedparser.py to osfeedparser.py, and parse() to opensearch_parser()
  to avoid import confusion
- added common opensearch namespaces to osfeedparser so that they are pulled out
  with prepended opensearch_ prefix

v0.1 Tue Oct 14 08:19:57 EST 2006
- initial version
