Skip to content

Commit

Permalink
Prepare for 3.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Mar 2, 2022
1 parent e66cb6f commit 64ccea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
=========

.. rubric:: Development version
.. rubric:: 3.8.0

- Drop support for Python 3.6, which has reached end-of-life.
- Test against Python 3.10 in Github Actions.
- Improve the accuracy of the rate limiter. Previously it could send
slightly too fast due to rounding sleep times to whole numbers of
nanoseconds.
Expand Down
2 changes: 1 addition & 1 deletion src/spead2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.7.0"
__version__ = "3.8.0"

0 comments on commit 64ccea1

Please sign in to comment.