Skip to content

Commit 9460471

Browse files
committed
version 0.3.2 bump
1 parent 1d438ad commit 9460471

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# PyProbables Changelog
22

3+
### Version 0.3.2
4+
* Fix `RotatingBloomFilter` to keep information on number of elements inserted when exported and loaded. [see PR #50](https://github.com/barrust/pyprobables/pull/50) Thanks [@dvolker48](https://github.com/volker48)
5+
36
### Version 0.3.1
47
* Add additional __slots__
58
* Very minor improvement to the hashing algorithm

probables/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__maintainer__ = 'Tyler Barrus'
1414
__email__ = '[email protected]'
1515
__license__ = 'MIT'
16-
__version__ = '0.3.1'
16+
__version__ = '0.3.2'
1717
__credits__ = []
1818
__url__ = 'https://github.com/barrust/pyprobables'
1919
__bugtrack_url__ = 'https://github.com/barrust/pyprobables/issues'

0 commit comments

Comments
 (0)