diff --git a/README.md b/README.md index 7f86a13..0889179 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,10 @@ except Empty: ## Recent PyPI releases +##### v1.4.6 + +* Added missing `` causing issues with newer g++. Thank you [mesaglio](https://github.com/mesaglio)! + ##### v1.4.5 * Added method `data_size()` to query the total size of the messages in queue (in bytes). Thank you [@LucaNicosia](https://github.com/LucaNicosia)! diff --git a/setup.py b/setup.py index 82a95b7..1f540f4 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( # Information name='faster-fifo', - version='1.4.5', + version='1.4.6', url='https://github.com/alex-petrenko/faster-fifo', author='Aleksei Petrenko & Tushar Kumar', license='MIT',