Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 7, 2022
1 parent f5aeaea commit c531127
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

<!--next-version-placeholder-->

## v0.2.0 (2022-02-07)
### Feature
* Initial commit ([`cad74be`](https://github.com/FactFiber/kedro-dvc/commit/cad74be76ca1898326477041297e60bc673e250a))
* Initial commit ([`12d0078`](https://github.com/FactFiber/kedro-dvc/commit/12d00783b608bffcae7f80d7cc4051e639b1ea0e))

### Documentation
* Explain temporary install hack ([`41a8d09`](https://github.com/FactFiber/kedro-dvc/commit/41a8d09be8664602d69085b1df058212aca3d44e))
* Remove dangling question ([`a00e5df`](https://github.com/FactFiber/kedro-dvc/commit/a00e5dfae2afe12bdc6c69ed380a556482829173))
* Fix typo in readme ([`82cfc8c`](https://github.com/FactFiber/kedro-dvc/commit/82cfc8c39440c4ee73579cfc3424cbdfc17a4be9))
* Add assumption about dvc repo ([`654f09b`](https://github.com/FactFiber/kedro-dvc/commit/654f09b25813fbe42d808e5791f0af9770dc39fc))
* Fill in design doc & initial readme ([`9bab205`](https://github.com/FactFiber/kedro-dvc/commit/9bab205519fd400cc1d17ec025679f28b730ff4d))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Shaun Cutts <[email protected]>"]
description = "Kedro-DVC integration to track and distribute experiments."
license = "See License in LICENSE"
name = "kedro-dvc"
version = "0.1.1"
version = "0.2.0"

packages = [{include = "kedro_dvc", from = "src"}]

Expand Down
2 changes: 1 addition & 1 deletion src/kedro_dvc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.2.0"

0 comments on commit c531127

Please sign in to comment.