Skip to content

Commit

Permalink
bump 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Oct 31, 2017
1 parent 34f9f11 commit a73b373
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mmh3

Python wrapper for MurmurHash (MurmurHash3), a set of fast and robust hash functions.

mmh3 2.5 supports Python 2.7, Python 3.3 and higher.
mmh3 2.5.1 supports Python 2.7, Python 3.3 and higher.

Usage
-----
Expand Down Expand Up @@ -75,6 +75,10 @@ Be careful so that these seeds do not exceed 32-bit. Unexpected results may happ

Changes
=======
2.5.1 (2017-10-31)
------------------
* Bug fix for ``hash_bytes``. Thanks `doozr <https://github.com/doozr>`_!

2.5 (2017-10-28)
------------------
* Add ``hash_from_buffer``. Thanks `Dimitri Vorona <https://github.com/alendit>`_!
Expand Down Expand Up @@ -171,4 +175,4 @@ See also
* https://github.com/wc-duck/pymmh3: mmh3 in pure python (Fredrik Kihlander and Swapnil Gusani)
* https://github.com/escherba/python-cityhash: Python bindings for CityHash (Eugene Scherba)
* https://github.com/veelion/python-farmhash: Python bindigs for FarmHash (Veelion Chong)
* https://github.com/escherba/python-metrohash: Python bindings for MetroHash (Eugene Scherba)
* https://github.com/escherba/python-metrohash: Python bindings for MetroHash (Eugene Scherba)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(name = 'mmh3',
version = '2.5.1',
description = 'Python library for MurmurHash (MurmurHash3), a set of fast and robust hash functions.',
description = 'Python wrapper for MurmurHash (MurmurHash3), a set of fast and robust hash functions.',
license = 'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication',
author = 'Hajime Senuma',
author_email = '[email protected]',
Expand Down

0 comments on commit a73b373

Please sign in to comment.