Skip to content

Commit 561bf4e

Browse files
authored
Prepare release v2025.4.0 (#2380)
1 parent 237c259 commit 561bf4e

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ weakdeps = ["Distributed"]
21162116
deps = ["ADTypes", "Accessors", "Arrow", "BasicModelInterface", "CodecZstd", "Configurations", "DBInterface", "DataInterpolations", "DataStructures", "Dates", "DelimitedFiles", "DiffEqCallbacks", "DifferentiationInterface", "EnumX", "FiniteDiff", "ForwardDiff", "Graphs", "HiGHS", "IterTools", "JuMP", "Legolas", "LinearAlgebra", "LinearSolve", "Logging", "LoggingExtras", "MetaGraphsNext", "OrdinaryDiffEqBDF", "OrdinaryDiffEqCore", "OrdinaryDiffEqLowOrderRK", "OrdinaryDiffEqNonlinearSolve", "OrdinaryDiffEqRosenbrock", "OrdinaryDiffEqSDIRK", "OrdinaryDiffEqTsit5", "SQLite", "SciMLBase", "SparseArrays", "SparseConnectivityTracer", "SparseMatrixColorings", "StructArrays", "Tables", "TerminalLoggers", "TranscodingStreams"]
21172117
path = "core"
21182118
uuid = "aac5e3d9-0b8f-4d4f-8241-b1a7a9632635"
2119-
version = "2025.3.0"
2119+
version = "2025.4.0"
21202120

21212121
[[deps.Rmath]]
21222122
deps = ["Random", "Rmath_jll"]

build/cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ribasim"
3-
version = "2025.3.0"
3+
version = "2025.4.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

core/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "Ribasim"
22
uuid = "aac5e3d9-0b8f-4d4f-8241-b1a7a9632635"
33
authors = ["Deltares and contributors <[email protected]>"]
44
manifest = "../Manifest.toml"
5-
version = "2025.3.0"
5+
version = "2025.4.0"
66

77
[deps]
88
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

core/test/data/config_test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ endtime = 2019-12-31
33
crs = "EPSG:28992"
44
input_dir = "../../generated_testmodels/lhm"
55
results_dir = "../../generated_testmodels/lhm"
6-
ribasim_version = "2025.3.0"
6+
ribasim_version = "2025.4.0"
77

88
[basin]
99
time = "basin/time.arrow"

core/test/data/logging_test_loglevel_debug.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ endtime = 2019-12-31
33
crs = "EPSG:28992"
44
input_dir = "."
55
results_dir = "results"
6-
ribasim_version = "2025.3.0"
6+
ribasim_version = "2025.4.0"
77

88
[logging]
99
verbosity = "debug"

core/test/data/logging_test_no_loglevel.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ endtime = 2019-12-31
33
crs = "EPSG:28992"
44
input_dir = "."
55
results_dir = "results"
6-
ribasim_version = "2025.3.0"
6+
ribasim_version = "2025.4.0"

core/test/docs.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crs = "EPSG:4326" # required
1212
input_dir = "." # required
1313
results_dir = "results" # required
1414

15-
ribasim_version = "2025.3.0" # required
15+
ribasim_version = "2025.4.0" # required
1616

1717
# Specific tables can also go into Arrow files rather than the database.
1818
# For large tables this can benefit from better compressed file sizes.

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Ribasim"
3-
version = "2025.3.0"
3+
version = "2025.4.0"
44
description = "Water resources modeling"
55
authors = ["Deltares and contributors <[email protected]>"]
66
channels = ["conda-forge"]

0 commit comments

Comments
 (0)