Skip to content

Commit

Permalink
Preparing to create tag 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Sep 4, 2023
1 parent 9273054 commit 1eeff8d
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

2.5.0
-----
* Minor: Added support for setting a timeout on `HostShell.run` and `NamespaceShell.run`.

2.4.1
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 = "2.4.1"
VERSION = "2.5.0"

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 = "2.4.1"
VERSION = "2.5.0"


class UploadContext(BuildContext):
Expand Down

0 comments on commit 1eeff8d

Please sign in to comment.