Skip to content

Commit 7914214

Browse files
committed
Prepare v0.5.5 for release, yank 0.5.4
1 parent 137463e commit 7914214

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
77
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
88
and 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
setup(
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",

src/pybloomfilter.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cython: language_level=3
22

3-
VERSION = (0, 5, 4)
3+
VERSION = (0, 5, 5)
44
AUTHOR = "Michael Axiak"
55

66
__VERSION__ = VERSION

0 commit comments

Comments
 (0)