Skip to content

Commit

Permalink
Merge pull request #36 from neptune-ai/pk/release
Browse files Browse the repository at this point in the history
0.1.0 release
  • Loading branch information
pkasprzyk authored Apr 11, 2022
2 parents 24b6195 + 3c1856f commit d1d6baa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## kedro-neptune 0.1.0

### Changes
- Adapted to kedro 0.18 release ([#33](https://github.com/neptune-ai/kedro-neptune/pull/33))
- Dropped support for kedro 0.17 (incompatible with 0.18) and python 3.6 (unsupported by kedro 0.18)

## kedro-neptune 0.0.8

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main():

base_libs = [
'neptune-client>=0.15.2',
'kedro>=0.17.0',
'kedro>=0.18.0',
'ruamel.yaml==0.17.10',
]

Expand Down

0 comments on commit d1d6baa

Please sign in to comment.