Skip to content

Commit

Permalink
Prepare 2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Oct 15, 2019
1 parent 9f9fd40 commit a1c4c72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE-PROCESS
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
- Install a wheel and check that it passes nosetests
- Tag the release, git push --tags
- Upload the sdist and wheels to PyPI with twine
- Upload the sdist to github
- Upload the sdist and debug symbols to github
- Check that readthedocs has updated itself
6 changes: 6 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

.. rubric:: 2.0.2

- Log warnings on some internal errors (that hopefully never happen)
- Include wheels for Python 3.8
- Build debug symbols for binary wheels (in a separate tarball on Github)

.. rubric:: 2.0.1

- Fix race condition in TCP receiver (#78).
Expand Down
2 changes: 1 addition & 1 deletion spead2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.1"
__version__ = "2.0.2"

0 comments on commit a1c4c72

Please sign in to comment.