diff --git a/VERSION.md b/VERSION.md index de1430b4..ed1c4cdc 100644 --- a/VERSION.md +++ b/VERSION.md @@ -10,6 +10,10 @@ ![Documentation][badge-docs] --> # iNNvestigate Changelog +## Version 2.1.2 +- ![Maintenance][badge-maintenance] Support TensorFlow 2.14 + ([#322](https://github.com/albermax/innvestigate/pull/322)) + ## Version 2.1.1 - ![Maintenance][badge-maintenance] Support TensorFlow 2.13 ([a5395f8](https://github.com/albermax/innvestigate/commit/a5395f82aabeb1c3ca7355d01bafc6a4f8aef795)) diff --git a/pyproject.toml b/pyproject.toml index 099c6ada..51a7746f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "innvestigate" -version = "2.1.1" +version = "2.1.2" description = "A toolbox to innvestigate neural networks' predictions." classifiers = [ "License :: OSI Approved :: BSD License",