Skip to content

Commit

Permalink
Restore speedups.c in source distribution.
Browse files Browse the repository at this point in the history
Fix #1494.
  • Loading branch information
aaugustin committed Aug 28, 2024
1 parent 16456e2 commit 62d70f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE
include src/websockets/py.typed
include src/websockets/speedups.c # required when BUILD_EXTENSION=no
10 changes: 10 additions & 0 deletions docs/project/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ fixing regressions shortly after a release.
Only documented APIs are public. Undocumented, private APIs may change without
notice.

13.0.1
------

*August 28, 2024*

Bug fixes
.........

* Restored the C extension in the source distribution.

.. _13.0:

13.0
Expand Down
2 changes: 1 addition & 1 deletion src/websockets/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

released = True

tag = version = commit = "13.0"
tag = version = commit = "13.0.1"


if not released: # pragma: no cover
Expand Down

0 comments on commit 62d70f4

Please sign in to comment.