From 2666f028a0053c3082b8cf0642ff8c7c852064e0 Mon Sep 17 00:00:00 2001 From: Jeppe Pihl Date: Fri, 25 Aug 2023 16:13:41 +0200 Subject: [PATCH] Preparing to create tag 2.4.0 --- NEWS.rst | 4 ++++ setup.py | 2 +- wscript | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 644de81..6e674f1 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -5,6 +5,10 @@ every change, see the Git log. Latest ------ +* tbd + +2.4.0 +----- * Minor: Added ``process_monitor`` property to ``NamespaceShell`` so that it's compatible with ``HostShell``. diff --git a/setup.py b/setup.py index ce41570..5b04eb7 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with io.open(os.path.join(cwd, "README.rst"), encoding="utf-8") as fd: long_description = fd.read() -VERSION = "2.3.0" +VERSION = "2.4.0" setup( name="dummynet", diff --git a/wscript b/wscript index 9f07390..efdd1a6 100644 --- a/wscript +++ b/wscript @@ -9,7 +9,7 @@ import os top = "." -VERSION = "2.3.0" +VERSION = "2.4.0" class UploadContext(BuildContext):