Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchesofdonald committed Aug 1, 2015
1 parent 4272a5a commit ff22420
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.3.2, 2015-08-01 -- Fixes a loss of precision when using hash_size other than 8.
v0.3.1, 2015-07-25 -- Fixes a memory leak in average hash algorithm.
v0.2.1, 2013-11-27 -- Fixes license in setup.py.
v0.2.0, 2013-11-27 -- Changes average hash algorithm to convert image to
Expand Down
3 changes: 2 additions & 1 deletion contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
- [BunchesOfDonald](https://github.com/bunchesofdonald/)
- [bebound](https://github.com/bebound)
- [kaikuehne](https://github.com/kaikuehne)
- [yoshpe](https://github.com/yoshpe)
- [yoshpe](https://github.com/yoshpe)
- [ahawker](https://github.com/ahawker)
2 changes: 1 addition & 1 deletion photohash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .photohash import average_hash, distance, is_look_alike

__version__ = '0.3.1'
__version__ = '0.3.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name='Photohash',
packages=find_packages(),
url='https://github.com/bunchesofdonald/photohash',
version='0.3.1',
version='0.3.2',
install_requires=[
'Pillow>=2.1.0',
],
Expand Down

0 comments on commit ff22420

Please sign in to comment.