Skip to content

Commit

Permalink
Preparing to create tag 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Nov 8, 2024
1 parent a0d29b1 commit 2ce6c7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ every change, see the Git log.

Latest
------
* tbd

4.0.1
-----
* Patch: Fix issue where the output of a process was being truncated at 4096
bytes.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with io.open(os.path.join(cwd, "README.rst"), encoding="utf-8") as fd:
long_description = fd.read()

VERSION = "4.0.0"
VERSION = "4.0.1"

setup(
name="dummynet",
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import os

top = "."

VERSION = "4.0.0"
VERSION = "4.0.1"


class UploadContext(BuildContext):
Expand Down

0 comments on commit 2ce6c7f

Please sign in to comment.