Skip to content

Commit

Permalink
Preparing to create tag 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenvp committed Jul 1, 2024
1 parent c558450 commit c04592c
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

3.0.0
-----
* Major: Requires Python 3.11 or later (due to use of ExceptionGroup).
* Major: Rename `ProcessMonitor.run`to `ProcessMonitor.keep_running`.

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.6.0"
VERSION = "3.0.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.6.0"
VERSION = "3.0.0"


class UploadContext(BuildContext):
Expand Down

0 comments on commit c04592c

Please sign in to comment.