Skip to content

Commit

Permalink
Include test support files in sdist (#530)
Browse files Browse the repository at this point in the history
Closes: #522
  • Loading branch information
bigfootjon committed Aug 26, 2024
1 parent b1902e8 commit 862ebcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.1.3 (to be released)
------------------

* Removed unused pytest-runner
* Fixed sdist file to ensure it includes all tests

4.1.2 (2024-04-11)
------------------

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include LICENSE
recursive-include tests *.py
2 changes: 1 addition & 1 deletion daphne/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

__version__ = "4.1.2"
__version__ = "4.1.3"


# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
Expand Down

0 comments on commit 862ebcd

Please sign in to comment.