pywebsite changelog
===================


0.1.5pre (2009-12-16)
---------------------

Bugs fixed
~~~~~~~~~~

* moved lib/ to pywebsite/ and test to pywebsite/tests

* restructuring and cleanup

* using distribute by default with bootstrap.py so buildout is working

* added extra stuff to `make clean` command
 

0.1.4pre (2009-12-16)
---------------------

Bugs fixed
~~~~~~~~~~

* some small py3k fixes.  

* validate more types for imageops

* fixed up documentation for pypi, automated it a little.


0.1.3pre (2009-12-16)
---------------------

Features added
~~~~~~~~~~~~~~

* started an image operations module imageops.  
  Only resizing and caching so far.

* started TODO.txt





0.1.2pre (2009-12-09)
---------------------


Bugs fixed
~~~~~~~~~~

* updated doc strings in sqlitepickle.

* added trove classifiers to setup.

* started CHANGES.txt



