Skip to content

Commit

Permalink
build(datasets): Release 4.1.0 (#795)
Browse files Browse the repository at this point in the history
* Updated release notes

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>

* Updates version

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>

* Fixed the version number

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>

* Update kedro-datasets/RELEASE.md

Co-authored-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Signed-off-by: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com>

* Docs fix

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>

* Docs fix

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>

---------

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
Signed-off-by: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com>
Co-authored-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
  • Loading branch information
ElenaKhaustova and noklam authored Aug 2, 2024
1 parent f7dccf9 commit e9878ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Upcoming Release
## Major features and improvements
* Improved PartitionedDataset representation when printing.

## Bug fixes and other changes
## Breaking Changes
## Community contributions

# Release 4.0.1
# Release 4.1.0
## Major features and improvements
* Improved `partitions.PartitionedDataset` representation when printing.

## Bug fixes and other changes
- Updated `ibis.TableDataset` to make sure credentials are not printed in interactive environment.
* Updated `ibis.TableDataset` to make sure credentials are not printed in interactive environment.

## Breaking Changes
## Community contributions
Expand Down
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""``kedro_datasets`` is where you can find all of Kedro's data connectors."""

__all__ = ["KedroDeprecationWarning"]
__version__ = "4.0.0"
__version__ = "4.1.0"

import sys
import warnings
Expand Down

0 comments on commit e9878ad

Please sign in to comment.