Prepare release 0.7.2.
This commit is contained in:
parent
2d0eb9bb7d
commit
0c8636650e
@ -73,6 +73,8 @@ New in version 0.7
|
|||||||
- Integrated changes from `amix.dk`, which should make pylibmc work under
|
- Integrated changes from `amix.dk`, which should make pylibmc work under
|
||||||
Snow Leopard.
|
Snow Leopard.
|
||||||
- Add support for the boolean datatype.
|
- 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
|
New in version 0.6
|
||||||
------------------
|
------------------
|
||||||
|
@ -17,7 +17,7 @@ minor differences. If you should happen to spot any, file a bug!
|
|||||||
import _pylibmc
|
import _pylibmc
|
||||||
|
|
||||||
__all__ = ["hashers", "distributions", "Client"]
|
__all__ = ["hashers", "distributions", "Client"]
|
||||||
__version__ = "0.7.1"
|
__version__ = "0.7.2"
|
||||||
|
|
||||||
hashers = {}
|
hashers = {}
|
||||||
distributions = {}
|
distributions = {}
|
||||||
|
Reference in New Issue
Block a user