File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
77The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
88and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
99
10+ `0.5.5`_ (2021-10-28)
11+ ---------------------
12+ .. _0.5.5: https://github.com/prashnts/pybloomfiltermmap3/releases/tag/0.5.5
13+
14+ Fixes
15+ ^^^^^
16+ - Bad upload to PyPI (which is yanked). Everything else is the same as `0.5.4`.
17+
18+
1019`0.5.4`_ (2021-10-28)
1120---------------------
1221.. _0.5.4: https://github.com/prashnts/pybloomfiltermmap3/releases/tag/0.5.4
Original file line number Diff line number Diff line change 5757
5858setup (
5959 name = "pybloomfiltermmap3" ,
60- version = "0.5.4 " ,
60+ version = "0.5.5 " ,
6161 author = "Prashant Sinha" ,
6262 author_email = "prashant@noop.pw" ,
6363 url = "https://github.com/prashnts/pybloomfiltermmap3" ,
Original file line number Diff line number Diff line change 11# cython: language_level=3
22
3- VERSION = (0 , 5 , 4 )
3+ VERSION = (0 , 5 , 5 )
44AUTHOR = " Michael Axiak"
55
66__VERSION__ = VERSION
You can’t perform that action at this time.
0 commit comments