Skip to content

Commit

Permalink
release v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
prashnts committed Feb 16, 2023
1 parent 7914214 commit 58a3993
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

`0.5.6`_ (2023-02-16)
---------------------
.. _0.5.6: https://github.com/prashnts/pybloomfiltermmap3/releases/tag/0.5.6

Fixes
^^^^^
- Ensure installation in Python 3.10+ doesn't fail.


`0.5.5`_ (2021-10-28)
---------------------
.. _0.5.5: https://github.com/prashnts/pybloomfiltermmap3/releases/tag/0.5.5
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010 - 2021 Michael Axiak, Prashant Sinha, Vytautas Mizgiris and others.
Copyright (c) 2010 - 2023 Michael Axiak, Prashant Sinha, Vytautas Mizgiris and others.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

setup(
name="pybloomfiltermmap3",
version="0.5.5",
version="0.5.6",
author="Prashant Sinha",
author_email="prashant@noop.pw",
url="https://github.com/prashnts/pybloomfiltermmap3",
Expand Down
2 changes: 1 addition & 1 deletion src/pybloomfilter.pyx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cython: language_level=3

VERSION = (0, 5, 5)
VERSION = (0, 5, 6)
AUTHOR = "Michael Axiak"

__VERSION__ = VERSION
Expand Down

0 comments on commit 58a3993

Please sign in to comment.