Skip to content

Commit

Permalink
bump to schema 300 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm authored Jan 24, 2025
1 parent f083a76 commit 22ec8c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Changelog of threedigrid-builder
================================


1.23.2 (unreleased)
1.24.0 (unreleased)
-------------------

- Nothing changed yet.
- Bump schema version to 0.300


1.23.1 (2025-01-23)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_version():

install_requires = [
"numpy>=1.15,<3.0",
"threedi-schema==0.230.*",
"threedi-schema==0.300.*",
"shapely>=2",
"pyproj>=3",
"condenser[geo]>=0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion threedigrid_builder/tests/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_init_bad_version(tmp_path):


def test_get_version(db):
assert db.get_version() == 230
assert db.get_version() == 300


def test_get_boundary_conditions_1d(db):
Expand Down

0 comments on commit 22ec8c0

Please sign in to comment.