From 0c8636650eb19c3f5ab5987f8626982e4e94e974 Mon Sep 17 00:00:00 2001 From: lericson Date: Mon, 7 Sep 2009 20:59:17 +0200 Subject: [PATCH] Prepare release 0.7.2. --- README.rst | 2 ++ pylibmc.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a31c1b7..811657a 100644 --- a/README.rst +++ b/README.rst @@ -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 ------------------ diff --git a/pylibmc.py b/pylibmc.py index 13dc8a9..2fec884 100644 --- a/pylibmc.py +++ b/pylibmc.py @@ -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 = {}