Skip to content

Commit

Permalink
Add release 0.5.2 info
Browse files Browse the repository at this point in the history
  • Loading branch information
mizvyt committed Jan 13, 2020
1 parent aa84086 commit b094536
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ 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.2`_ (2020-01-13)
---------------------
.. _0.5.2: https://github.com/prashnts/pybloomfiltermmap3/releases/tag/0.5.2

Changes
^^^^^^^
- Python setup will now always try to use and build from Cython, if the module is available in the current environment.
To force cythonize, use "--cython". If the module is not available and no "--cython" was used, the setup
will look for a bundled Cython source.


`0.5.1`_ (2019-12-31)
---------------------
.. _0.5.1: https://github.com/prashnts/pybloomfiltermmap3/releases/tag/0.5.1
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Michael Axiak, Prashant Sinha, Vytautas Mizgiris and others'

# The full version, including alpha/beta/rc tags
release = '0.5.1'
release = '0.5.2'
version = 'latest'


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.1",
version="0.5.2",
author="Prashant Sinha",
author_email="[email protected]",
url="https://github.com/prashnts/pybloomfiltermmap3",
Expand Down

0 comments on commit b094536

Please sign in to comment.