1.0
===
- Change version to 1.0

0.9
===
- Add cryptacular.crypt.CRYPTPasswordManager(prefix) based on Python's
  builtin crypt(). Why didn't I think of this before?!

0.5.1
=====
- Verified to compile under Windows.

0.5
===
- use normal Python extension module instead of ctypes for bcrypt

0.4
===
- don't import ez_setup
- MANIFEST.in includes self
- use regular import to declare the namespace package

0.3
===
- fix i386 build

0.2
===

- ``cryptacular`` is now a namespace package. Compatible password hashing
  implementations can go under ``cryptacular``.``name``

0.1
===

- Initial release
