diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8e256..e018e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change Log * ... +[0.4.0] - 2022-04-02 +-------------------- + + [0.3.0] - 2021-10-28 -------------------- ##### Enhancements @@ -30,8 +34,8 @@ Change Log * New widget: Kaplan-Meier Plot - -[next]: https://github.com/biolab/orange3-survival-analysis/compare/0.3.0...master +[next]: https://github.com/biolab/orange3-survival-analysis/compare/0.4.0...master +[0.4.0]: https://github.com/biolab/orange3-survival-analysis/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/biolab/orange3-survival-analysis/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/biolab/orange3-survival-analysis/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/biolab/orange3-survival-analysis/compare/20b2bd8ea02876eb9cad3925e0954054da2690de...0.1.0 diff --git a/setup.cfg b/setup.cfg index 08176d0..bea0de9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ setup_requires = setuptools>=42.0 setuptools-scm install_requires = - Orange3>=3.31.0 + Orange3>=3.32.0 lifelines statsmodels diff --git a/tox.ini b/tox.ini index 7a33ece..9ea09de 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ deps = pyqt5==5.12.* pyqtwebengine==5.12.* oldest: scikit-learn==1.0.1 - oldest: orange3==3.31.0 + oldest: orange3==3.32.0 # Use newer canvas-core and widget-base to avoid segfaults on windows oldest: orange-canvas-core==0.1.24 oldest: orange-widget-base==4.16.1