Skip to content

Commit 24325f6

Browse files
committed
Release 25.06
1 parent 99b0d95 commit 24325f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Interested? [Read the documentation](https://netlab.tools) and [installation gui
1414

1515
## Releases
1616

17-
The latest release is [release 2.0.1](https://github.com/ipspace/netlab/releases/tag/release_2.0.1). It should be pretty stable, but if you encounter bugs, please report them as [GitHub issues](https://github.com/ipspace/netlab/issues/new/choose) and use release [1.9.6](https://github.com/ipspace/netlab/releases/tag/release_1.9.6).
17+
The latest release is [release 25.06](https://github.com/ipspace/netlab/releases/tag/release_25.06). It should be pretty stable, but if you encounter bugs, please report them as [GitHub issues](https://github.com/ipspace/netlab/issues/new/choose) and use [release 2.0.1](https://github.com/ipspace/netlab/releases/tag/release_2.0.1).
1818

1919
<!--
2020
or [1.8.4-post2](https://github.com/ipspace/netlab/releases/tag/release_1.8.4-post2).

legacy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
sys.path.append('..')
77

8-
version="2.0.1"
8+
version="25.06"
99

1010
long_description = (Path(__file__).parent / "README.md").read_text()
1111

netsim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import sys
44

5-
__version__ = "2.0.1"
5+
__version__ = "25.06"
66

77
abort = False
88

0 commit comments

Comments
 (0)