diff --git a/changelog.rst b/changelog.rst index 22ccf3e400f8e8fe65c40aacf7262f40a4a797e2..c3352c83841da692d7d7d437472427d100417277 100644 --- a/changelog.rst +++ b/changelog.rst @@ -6,6 +6,16 @@ Yet to be versioned and released. Only available from *dev* branch until then. +v0.1.2.0 +-------- + +Released on 2024-01-22. + +.. rubric:: Dependency changes + +* move to `evalhyd-cpp==0.1.2` + (`see changelog <https://hydrogr.github.io/evalhyd/cpp/changelog.html#v0-1-2>`_) + v0.1.1.0 -------- diff --git a/evalhyd/version.py b/evalhyd/version.py index b52d80e26f84b062c2a19e801b9bcf746eb1e9cc..1b52ca5f5d7830f0817eb872d4e6370b39047f00 100644 --- a/evalhyd/version.py +++ b/evalhyd/version.py @@ -1,3 +1,3 @@ -__version__ = '0.1.1.0' +__version__ = '0.1.2.0'