diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e2fbc..cfb1039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ All notable changes to this project will be documented in this file. - Tests and name - Correct classifiers - Update classifiers in pyproject.toml +- Logo link ### 📚 Documentation @@ -45,7 +46,14 @@ All notable changes to this project will be documented in this file. - Add python classifiers - Update more permissive license in readme - Update logo - +- Update logo +- Update logo +- Update logo +- Update logo +- Update logo +- Update +- Update logo +- Update readme with logo ### ⚙️ Miscellaneous Tasks @@ -67,5 +75,6 @@ All notable changes to this project will be documented in this file. - Bump version - Bump version - Bump version +- Add missing types diff --git a/pyproject.toml b/pyproject.toml index 655d745..27a3aa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deltalake-tools" -version = "0.1.14" +version = "0.1.15" description = "A set of easy to use convenient tools for deltalake tables. " authors = [ { name = "jeroenflvr", email = "jeroen@flexworks.eu" } diff --git a/src/deltalake_tools/__version__.py b/src/deltalake_tools/__version__.py index ff48f79..55fa253 100644 --- a/src/deltalake_tools/__version__.py +++ b/src/deltalake_tools/__version__.py @@ -1 +1 @@ -version = "0.1.14" +version = "0.1.15"