Prepare release 0.7.2.

This commit is contained in:
lericson 2009-09-07 20:59:17 +02:00
parent 2d0eb9bb7d
commit 0c8636650e
2 changed files with 3 additions and 1 deletions

View File

@ -73,6 +73,8 @@ New in version 0.7
- Integrated changes from `amix.dk`, which should make pylibmc work under
Snow Leopard.
- Add support for the boolean datatype.
- Improved test-runner -- now tests ``build/lib.*/_pylibmc.so`` if available,
and reports some version information.
New in version 0.6
------------------

View File

@ -17,7 +17,7 @@ minor differences. If you should happen to spot any, file a bug!
import _pylibmc
__all__ = ["hashers", "distributions", "Client"]
__version__ = "0.7.1"
__version__ = "0.7.2"
hashers = {}
distributions = {}