# Renku CLI v0.9.0 released

**URL:** <https://renku.discourse.group/t/renku-cli-v0-9-0-released/41>\
**Category:** Announcements\
**Created:** [11 February 2020 16:07 UTC](https://renku.discourse.group/t/renku-cli-v0-9-0-released/41 "2020-02-11T16:07:41Z")\
**Posts on this page:** 1\
**Page:** 1

<div class="post-metadata">

**Author:** ![rrrrrok](https://yyz2.discourse-cdn.com/free1/user_avatar/renku.discourse.group/rrrrrok/32/117_2.png) [@rrrrrok](https://renku.discourse.group/u/rrrrrok)\
**Post date:** [11 February 2020 16:07 UTC](https://renku.discourse.group/t/renku-cli-v0-9-0-released/41/1 "2020-02-11T16:07:41Z")

</div>

Renku CLI (aka `renku-python`) `v0.9.0` has been [released](https://github.com/SwissDataScienceCenter/renku-python/releases/tag/v0.9.0)!

This is maybe our biggest incremental release yet - many bug-fixes and UX improvements. We focused very heavily on making the datasets feature function more smoothly. We also smoothed out many wrinkles with error handling and user feedback.

In addition, there were many “hidden” improvements to how we handle the metadata that will enable the next phase of renku development.

For a full list of features and fixes, please see the [release notes](https://github.com/SwissDataScienceCenter/renku-python/releases/tag/v0.9.0).

## Upgrading

To upgrade your clients in your renkulab (or other hosted) environments - edit your `Dockerfile` and add this line _at the bottom_:

```auto
RUN pip install -U pipx && pipx install --force renku==0.9.0

```

When you commit this change, a new image will automatically be built for you with the new version of `renku` inside.

If you are running renku locally and you installed it with `pipx` you can do simply:

```bash
$ pipx install --force renku==0.9.0

```
