diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1aec9e82..11125a40 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,8 @@ v1.4.? (??.??.2024) Feature ------- -- Add logging whenever a sql statement is executed. +- Added logging whenever a sql statement is executed. +- Update CI such that the tests are run on Python 3.9 and 3.10, additionally removed the paper draft action. Fix --- diff --git a/pyproject.toml b/pyproject.toml index 6efd34a4..ba94262f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-experimenter" -version = "1.4.1a2" +version = "1.4.1a3" description = "The PyExperimenter is a tool for the automatic execution of experiments, e.g. for machine learning (ML), capturing corresponding results in a unified manner in a database." authors = [ "Tanja Tornede ",