Skip to content

Commit cbe9a2c

Browse files
committed
Bump version to 19.0.0
1 parent e99f516 commit cbe9a2c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ Generally, if the major version number was increased, there was an API break,
1313
so watch out for those!
1414

1515

16+
19.0.0
17+
------
18+
19+
- :py:mod:`motion`: Remove legacy API (API break)
20+
- `numpy` 2.x compatibility; however We still depend on numpy < 2.0 since there
21+
are some issues with `pandas`.
22+
- Use `pyproject.toml` and `hatch` for project management
23+
24+
1625
18.3
1726
----
1827

sdt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
# setup.py needs to be able to read the version string using the reg ex
66
# r"^__version__ = ['\"]([^'\"]*)['\"]"
7-
__version__ = "18.3"
7+
__version__ = "19.0.0"

0 commit comments

Comments
 (0)