Skip to content

Commit 9844ac5

Browse files
committed
minor updates for release
1 parent e56e001 commit 9844ac5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

documentation/developers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Since the release depends on external services, the instructions below often nee
131131

132132
2. **Check or create release notes**: The release notes are in WNTR/documentation/whatsnew/<version>.rst
133133
(see Step 3 to autogenerate release notes) and make sure the
134-
<version>.rst file is included in WNTR\documentation\whatsnew.rst.
134+
<version>.rst file is included in WNTR/documentation/whatsnew.rst.
135135
Update the release date in <version>.rst.
136136

137137
3. **Create a new release on GitHub**: Go to https://github.com/USEPA/WNTR/releases and select “Draft a new release”.

documentation/whatsnew/v1.4.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ WNTR version 1.4.0 includes the following updates:
2828
* Added element property float checking by @angusmcb in https://github.com/USEPA/WNTR/pull/521
2929
* Added check value for pump power and tests by @angusmcb in https://github.com/USEPA/WNTR/pull/520
3030
* Updated plot_network to use geopandas (networkx is still used by default) by @kbonney in https://github.com/USEPA/WNTR/pull/451
31+
* Restored demo test files by @kaklise in https://github.com/USEPA/WNTR/pull/535

wntr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from wntr import utils
1111
from wntr import msx
1212

13-
__version__ = '1.4.0'
13+
__version__ = '1.4.0rc1'
1414

1515
__copyright__ = """Copyright 2023-2025 National Technology & Engineering
1616
Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525

0 commit comments

Comments
 (0)