Skip to content

Commit

Permalink
Prepare release 0.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lericson committed Sep 7, 2009
1 parent 2d0eb9b commit 0c86366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -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
------------------
Expand Down
2 changes: 1 addition & 1 deletion pylibmc.py
Expand Up @@ -17,7 +17,7 @@
import _pylibmc

__all__ = ["hashers", "distributions", "Client"]
__version__ = "0.7.1"
__version__ = "0.7.2"

hashers = {}
distributions = {}
Expand Down

0 comments on commit 0c86366

Please sign in to comment.