Skip to content

Commit

Permalink
Updated version to 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-petrenko committed May 25, 2024
1 parent 691ee7e commit 381c19a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ except Empty:

## Recent PyPI releases

##### v1.4.6

* Added missing `<cstdio>` 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)!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 381c19a

Please sign in to comment.